<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*table*/
.table-box {
  width: 100%;
  max-width: 100%;
  overflow: auto;
}
.table-box table {
  width: 100%;
  max-width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  line-height: 1.2;
}
.table-box table tr,
.table-box table td,
.table-box table th {
  width: auto !important;
  height: auto !important;
  background-color: #f2f3f4;
  color: #02152d;
}
.table-box table tr:nth-child(odd) {
  background-color: #f5f5f5;
}
.table-box table tr:nth-child(even) {
  background-color: #ffffff;
}
.table-box table td,
.table-box table th {
  vertical-align: middle;
  font-weight: normal;
  padding: 10px !important;
  border: 1px solid #EEEEEE !important;
  font-size: 15px;
}
@media (max-width: 767px) {
  .table-box table td,
  .table-box table th {
    font-size: 14px;
  }
}
.table-box table tr p,
.table-box table tr span {
  line-height: 1.2 !important;
  background: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.table-box table th {
  text-align: center;
}
.table-box .table-nav {
  overflow: hidden;
}
.table-box .table-content {
  overflow-x: auto;
  overflow-y: auto;
  max-height: 300px;
  max-height: 42vh;
}
.banner {
  overflow: hidden;
  position: relative;
}
.banner::before{
  display: none;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 30%;
  background-image: linear-gradient(rgba(0,0,0,45),rgba(0,0,0,0));
  background-image: -webkit-linear-gradient(rgba(0,0,0,45),rgba(0,0,0,0));
}
@media screen and (min-width: 1200px) {
  .banner::before{
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .banner .slickbanner {
    width: 120%;
    margin-left: -10%;
    position: static !important;
  }
}
.banner .slickbanner .slick-list {
  margin-bottom: -5px;
}
@-webkit-keyframes narrow {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
  }
}
@keyframes narrow {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
  }
}
.banner .slickbanner .slick-list .slick-current img {
  -webkit-animation: narrow 8s 0s ease both;
  animation: narrow 8s 0s ease both;
}
.banner .slickbanner .slick-list .item .img-box {
  padding-bottom: 45.05208333%;
}
.banner .slickbanner .slick-dots {
  position: absolute;
  bottom: 5.17241379%;
  left: 50%;
  transform: translateX(-50%);
}
.banner .slickbanner .slick-dots li {
  float: left;
  padding: 0 5px;
}
@media screen and (max-width: 767px) {
  .banner .slickbanner .slick-dots li {
    padding: 0 3px;
  }
}
@media screen and (max-width: 480px) {
  .banner .slickbanner .slick-dots li {
    padding: 0 2px;
  }
}
.banner .slickbanner .slick-dots li button {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: 2px solid #fff;
  font-size: 0;
  background-color: transparent;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
@media screen and (max-width: 767px) {
  .banner .slickbanner .slick-dots li button {
    width: 8px;
    height: 8px;
    border-width: 1px;
  }
}
@media screen and (max-width: 480px) {
  .banner .slickbanner .slick-dots li button {
    width: 6px;
    height: 6px;
  }
}
.banner .slickbanner .slick-dots .slick-active button {
  background-color: #fff;
}
.common-title {
  text-align: center;
}
.common-title .title-info {
  position: relative;
}
.common-title .title-info b {
  position: relative;
  display: block;
  font-size: 42px;
  line-height: 1.42857143;
  color: #292929;
  font-family: "寰蒋闆呴粦 Bold";
  z-index: 2;
}
@media screen and (max-width: 1199px) {
  .common-title .title-info b {
    font-size: 30px;
  }
}
@media screen and (max-width: 991px) {
  .common-title .title-info b {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .common-title .title-info b {
    font-size: 20px;
  }
}
.common-title .title-info span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 64px;
  line-height: 0.9375;
  font-family: "Montserrat Light";
  color: #424242;
  opacity: 0.09;
  text-transform: uppercase;
  white-space: nowrap;
}
@media screen and (max-width: 1199px) {
  .common-title .title-info span {
    font-size: 50px;
  }
}
@media screen and (max-width: 991px) {
  .common-title .title-info span {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .common-title .title-info span {
    font-size: 30px;
  }
}
@media screen and (max-width: 480px) {
  .common-title .title-info span {
    font-size: 25px;
  }
}
.common-title i {
  display: block;
  margin-top: 22px;
}
@media screen and (max-width: 991px) {
  .common-title i {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .common-title i {
    margin-top: 5px;
  }
}
.common-title i::before {
  display: inline-block;
  content: '';
  width: 59px;
  height: 14px;
  background: url(../images/common/common_title_icon.png) no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 991px) {
  .common-title i::before {
    width: 43px;
    height: 10px;
  }
}
@media screen and (max-width: 480px) {
  .common-title i::before {
    width: 35px;
    height: 7px;
  }
}
.common-title p {
  font-size: 18px;
  line-height: 1.66666667;
  color: #999999;
}
@media screen and (max-width: 1199px) {
  .common-title p {
    font-size: 17px;
  }
}
@media screen and (max-width: 991px) {
  .common-title p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .common-title p {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .common-title p {
    font-size: 12px;
  }
}
.index-business {
  overflow: hidden;
  padding-bottom: 47px;
  background-color: #f6f7f9;
}
@media screen and (max-width: 767px) {
  .index-business {
    padding-bottom: 30px;
  }
}
.index-business .common-title {
  padding: 35px 0 40px;
}
@media screen and (max-width: 767px) {
  .index-business .common-title {
    padding: 25px 0;
  }
}
.index-business .common-title .info {
  margin-bottom: 5px;
}
.index-business .content .left {
  float: left;
  width: 65.95744681%;
}
@media screen and (max-width: 400px) {
  .index-business .content .left {
    width: 100%;
  }
}
.index-business .content .right {
  float: right;
  width: 32.62411348%;
}
@media screen and (max-width: 400px) {
  .index-business .content .right {
    width: 100%;
  }
}
.index-business .content .item {
  position: relative;
  display: block;
  margin-bottom: 18px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (max-width: 1199px) {
  .index-business .content .item {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .index-business .content .item {
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 1200px) {
  .index-business .content .item:hover {
    box-shadow: 0 0 10px rgba(32, 174, 229, 0.8);
  }
  .index-business .content .item:hover::before {
    opacity: 1;
  }
  .index-business .content .item:hover .pic img {
    transform: scale(1.05);
  }
}
.index-business .content .item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(32, 174, 229, 0.8);
  opacity: 0;
  z-index: 1;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.index-business .content .item .pic .img-box img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.index-business .content .item .txt {
  position: absolute;
  top: 40px;
  left: 55px;
  padding-top: 67px;
  padding-right: 20px;
  width: calc(100% - 55px);
  z-index: 2;
}
@media screen and (max-width: 1199px) {
  .index-business .content .item .txt {
    padding-top: 40px;
  }
}
@media screen and (max-width: 991px) {
  .index-business .content .item .txt {
    left: 10px;
    top: 10px;
    padding-top: 25px;
    width: calc(100% - 10px);
  }
}
@media screen and (max-width: 767px) {
  .index-business .content .item .txt {
    left: 5px;
    top: 5px;
    padding-top: 20px;
    padding-right: 10px;
    width: calc(100% - 5px);
  }
}
@media screen and (max-width: 450px) {
  .index-business .content .item .txt {
    top: 0;
    padding-top: 15px;
    padding-right: 5px;
  }
}
@media screen and (max-width: 400px) {
  .index-business .content .item .txt {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 25px 5px 0;
    text-align: center;
  }
}
.index-business .content .item .txt::before {
  position: absolute;
  top: -13px;
  left: 0;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e623';
  color: #fff;
  font-size: 50px;
}
@media screen and (max-width: 1199px) {
  .index-business .content .item .txt::before {
    font-size: 35px;
  }
}
@media screen and (max-width: 991px) {
  .index-business .content .item .txt::before {
    font-size: 25px;
    top: -5px;
  }
}
@media screen and (max-width: 767px) {
  .index-business .content .item .txt::before {
    font-size: 16px;
    top: 0;
  }
}
@media screen and (max-width: 450px) {
  .index-business .content .item .txt::before {
    font-size: 14px;
  }
}
@media screen and (max-width: 400px) {
  .index-business .content .item .txt::before {
    left: 50%;
    transform: translateX(-50%);
  }
}
.index-business .content .item .txt p {
  font-size: 22px;
  line-height: 1.36363636;
  color: #ffffff;
  font-weight: "寰蒋闆呴粦 Bold";
}
@media screen and (max-width: 1199px) {
  .index-business .content .item .txt p {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .index-business .content .item .txt p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .index-business .content .item .txt p {
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  .index-business .content .item .txt p {
    font-size: 12px;
  }
}
.index-business .content .items-line1 .left .item .img-box {
  padding-bottom: 30.10752688%;
}
.index-business .content .items-line1 .right .item .txt::before {
  top: -10px;
  content: '\e642';
}
@media screen and (max-width: 767px) {
  .index-business .content .items-line1 .right .item .txt::before {
    top: 0;
  }
}
.index-business .content .items-line1 .right .item .img-box {
  padding-bottom: 60.86956522%;
}
.index-business .content .items-line2 .left .item {
  float: left;
  width: 48.92473118%;
}
.index-business .content .items-line2 .left .item .img-box {
  padding-bottom: 41.0989011%;
}
.index-business .content .items-line2 .left .item:nth-child(even) {
  float: right;
}
.index-business .content .items-line2 .left .item:nth-child(1) .txt::before {
  content: '\e63d';
}
.index-business .content .items-line2 .left .item:nth-child(2) .txt::before {
  content: '\e62e';
}
.index-business .content .items-line2 .left .item:nth-child(3) .txt::before {
  content: '\e66d';
  font-size: 40px;
}
@media screen and (max-width: 1199px) {
  .index-business .content .items-line2 .left .item:nth-child(3) .txt::before {
    font-size: 35px;
  }
}
@media screen and (max-width: 991px) {
  .index-business .content .items-line2 .left .item:nth-child(3) .txt::before {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .index-business .content .items-line2 .left .item:nth-child(3) .txt::before {
    font-size: 14px;
  }
}
.index-business .content .items-line2 .left .item:nth-child(4) .txt::before {
  content: '\e62f';
  font-size: 45px;
}
@media screen and (max-width: 1199px) {
  .index-business .content .items-line2 .left .item:nth-child(4) .txt::before {
    font-size: 40px;
  }
}
@media screen and (max-width: 991px) {
  .index-business .content .items-line2 .left .item:nth-child(4) .txt::before {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .index-business .content .items-line2 .left .item:nth-child(4) .txt::before {
    font-size: 15px;
  }
}
.index-business .content .items-line2 .right .item .txt::before {
  content: '\e661';
}
.index-business .content .items-line2 .right .item .img-box {
  padding-bottom: 84.7826087%;
}
.index-about {
  position: relative;
  background-color: #eff4f8;
  margin-bottom: 185px;
}
@media screen and (max-width: 1199px) {
  .index-about {
    margin-bottom: 165px;
  }
}
@media screen and (max-width: 991px) {
  .index-about {
    margin-bottom: 130px;
  }
}
@media screen and (max-width: 767px) {
  .index-about {
    margin-bottom: 0;
    padding-bottom: 30px;
  }
}
.index-about::before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 39.0625%;
  height: 100%;
  background-color: #fff;
  z-index: 1;
}
@media screen and (max-width: 1600px) {
  .index-about::before {
    width: 35%;
  }
}
@media screen and (max-width: 991px) {
  .index-about::before {
    display: none;
  }
}
.index-about .content {
  position: relative;
  z-index: 2;
}
.index-about .content .left {
  float: left;
  width: 35.46099291%;
  padding-top: 80px;
}
@media screen and (max-width: 1199px) {
  .index-about .content .left {
    padding-top: 40px;
  }
}
@media screen and (max-width: 991px) {
  .index-about .content .left {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .index-about .content .left {
    padding-top: 25px;
  }
}
.index-about .content .left .common-title {
  text-align: left;
}
.index-about .content .left .common-title .title-info span {
  left: 0;
  transform: translate(0, -60%);
}
.index-about .content .right {
  float: right;
  width: 64.53900709%;
  padding: 50px 45px 30px;
  padding-right: 0;
}
@media screen and (max-width: 1199px) {
  .index-about .content .right {
    padding: 40px 25px 30px;
  }
}
@media screen and (max-width: 991px) {
  .index-about .content .right {
    float: none;
    width: 100%;
    padding: 20px 0 35px;
  }
}
@media screen and (max-width: 767px) {
  .index-about .content .right {
    padding: 15px 0 30px;
  }
}
.index-about .content .right .txt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
}
.index-about .content .right .txt p {
  font-size: 14px;
  line-height: 2.14285714;
  color: #545454;
}
.index-about .content .right .txt p strong {
  color: #20aee5;
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 991px) {
  .index-about .content .right .txt p strong {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .index-about .content .right .txt p strong {
    font-size: 16px;
  }
}
.index-about .video-box {
  position: relative;
  z-index: 2;
  width: 91.34751773%;
  margin-bottom: -185px;
}
@media screen and (max-width: 1199px) {
  .index-about .video-box {
    margin-bottom: -165px;
  }
}
@media screen and (max-width: 991px) {
  .index-about .video-box {
    margin-bottom: -130px;
  }
}
@media screen and (max-width: 767px) {
  .index-about .video-box {
    margin-bottom: 0;
  }
}
.index-about .video-box::before {
  content: '';
  position: absolute;
  bottom: 15px;
  left: -45px;
  transform: translateX(-100%);
  width: 139px;
  height: 125px;
  background: url(../images/img/index_about_icon.png) no-repeat center;
  background-size: cover;
}
.index-about .video-box .pic {
  position: relative;
}
.index-about .video-box .pic .img-box {
  padding-bottom: 39.13043478%;
}
.index-about .video-box .pic i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.41);
  cursor: pointer;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (max-width: 991px) {
  .index-about .video-box .pic i {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .index-about .video-box .pic i {
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .index-about .video-box .pic i:hover {
    background-color: rgba(32, 174, 229, 0.41);
  }
  .index-about .video-box .pic i:hover::before {
    color: #20aee5;
  }
}
.index-about .video-box .pic i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e646';
  color: #fff;
  font-size: 55px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (max-width: 991px) {
  .index-about .video-box .pic i::before {
    font-size: 45px;
  }
}
@media screen and (max-width: 767px) {
  .index-about .video-box .pic i::before {
    font-size: 30px;
  }
}
.index-about .video-box .more {
  position: absolute;
  left: 90px;
  bottom: 0;
  transform: translateY(50%);
  display: block;
  width: 197px;
  border-radius: 6px;
  padding: 16px;
  padding-left: 70px;
  font-size: 16px;
  line-height: 1.125;
  color: #fefefe;
  background-color: #20aee5;
  box-shadow: 0 0 6px rgba(32, 174, 229, 0.15);
  z-index: 3;
  transition: all 0.45s;
  -webkit-transition: all 0.45s;
}
@media screen and (min-width: 1200px) {
  .index-about .video-box .more:hover {
    background-color: #81CBFE;
  }
}
@media screen and (max-width: 1199px) {
  .index-about .video-box .more {
    font-size: 14px;
    padding: 10px;
    padding-left: 50px;
    width: 150px;
  }
}
@media screen and (max-width: 991px) {
  .index-about .video-box .more {
    font-size: 12px;
    width: 140px;
    left: 45px;
  }
}
@media screen and (max-width: 767px) {
  .index-about .video-box .more {
    position: relative;
    left: 0;
    transform: translateY(0);
    margin-top: 20px;
  }
}
.index-about .video-box .more::before {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  content: '';
  display: inline-block;
  width: 40px;
  height: 38px;
  background: url(../images/img/index_about_logo.png) no-repeat center;
  background-size: cover;
  z-index: 2;
}
@media screen and (max-width: 1199px) {
  .index-about .video-box .more::before {
    width: 30px;
    height: 30px;
    left: 10px;
  }
}
@media screen and (max-width: 991px) {
  .index-about .video-box .more::before {
    width: 25px;
    height: 25px;
  }
}
.index-choose {
  overflow: hidden;
  padding-bottom: 50px;
}
@media screen and (max-width: 991px) {
  .index-choose {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 480px) {
  .index-choose {
    padding-bottom: 20px;
  }
}
.index-choose .common-title {
  padding: 112px 0 48px;
}
@media screen and (max-width: 1199px) {
  .index-choose .common-title {
    padding: 60px 0 35px;
  }
}
@media screen and (max-width: 991px) {
  .index-choose .common-title {
    padding: 40px 0 25px;
  }
}
@media screen and (max-width: 480px) {
  .index-choose .common-title {
    padding: 30px 0 10px;
  }
}
.index-choose .common-title .title-info span {
  opacity: 0.3;
}
.index-choose ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .index-choose ul {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.index-choose ul li {
  width: 14.89361702%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .index-choose ul li {
    width: 50%;
    padding: 10px 20px;
  }
}
.index-choose ul li .item {
  position: relative;
  padding-top: 107px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (max-width: 1199px) {
  .index-choose ul li .item {
    padding-top: 65px;
  }
}
@media screen and (max-width: 991px) {
  .index-choose ul li .item {
    padding-top: 45px;
  }
}
@media screen and (max-width: 480px) {
  .index-choose ul li .item {
    padding-top: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .index-choose ul li .item:hover {
    transform: translateY(-15px);
  }
  .index-choose ul li .item:hover::before {
    -webkit-animation: yoabai 1s 0s ease both;
    animation: yoabai 1s 0s ease both;
  }
}
.index-choose ul li .item::before {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f623';
  color: #20aee5;
  font-size: 70px;
}
@media screen and (max-width: 1199px) {
  .index-choose ul li .item::before {
    font-size: 40px;
  }
}
@media screen and (max-width: 991px) {
  .index-choose ul li .item::before {
    font-size: 30px;
  }
}
@media screen and (max-width: 480px) {
  .index-choose ul li .item::before {
    font-size: 20px;
  }
}
@-webkit-keyframes yoabai {
  0% {
    transform: translate(-50%, 0) rotateZ(0);
  }
  25% {
    transform: translate(-50%, 0) rotateZ(15deg);
  }
  50% {
    transform: translate(-50%, 0) rotateZ(0);
  }
  75% {
    transform: translate(-50%, 0) rotateZ(15deg);
  }
  100% {
    transform: translate(-50%, 0) rotateZ(0);
  }
}
@keyframes yoabai {
  0% {
    transform: translate(-50%, 0) rotateZ(0);
  }
  25% {
    transform: translate(-50%, 0) rotateZ(15deg);
  }
  50% {
    transform: translate(-50%, 0) rotateZ(0);
  }
  75% {
    transform: translate(-50%, 0) rotateZ(15deg);
  }
  100% {
    transform: translate(-50%, 0) rotateZ(0);
  }
}
.index-choose ul li .item b {
  display: block;
  padding-bottom: 6px;
  font-size: 18px;
  line-height: 1.66666667;
  color: #292929;
  font-family: "寰蒋闆呴粦 Bold";
}
@media screen and (max-width: 991px) {
  .index-choose ul li .item b {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .index-choose ul li .item b {
    font-size: 15px;
  }
}
.index-choose ul li .item p {
  font-size: 14px;
  line-height: 1.71428571;
  color: #545454;
}
@media screen and (max-width: 480px) {
  .index-choose ul li .item p {
    font-size: 12px;
  }
}
.index-choose ul li:nth-child(2) {
  width: 23.04964539%;
}
@media screen and (max-width: 767px) {
  .index-choose ul li:nth-child(2) {
    width: 50%;
  }
}
.index-choose ul li:nth-child(2) .item::before {
  content: '\e6a9';
}
.index-choose ul li:nth-child(3) {
  width: 21.63120567%;
}
@media screen and (max-width: 767px) {
  .index-choose ul li:nth-child(3) {
    width: 50%;
  }
}
.index-choose ul li:nth-child(3) .item::before {
  top: -10px;
  content: '\e6ea';
  font-size: 60px;
}
@media screen and (max-width: 1199px) {
  .index-choose ul li:nth-child(3) .item::before {
    font-size: 35px;
  }
}
@media screen and (max-width: 991px) {
  .index-choose ul li:nth-child(3) .item::before {
    font-size: 25px;
  }
}
@media screen and (max-width: 480px) {
  .index-choose ul li:nth-child(3) .item::before {
    font-size: 16px;
  }
}
.index-choose ul li:nth-child(4) {
  width: 19.14893617%;
}
@media screen and (max-width: 767px) {
  .index-choose ul li:nth-child(4) {
    width: 50%;
  }
}
.index-choose ul li:nth-child(4) .item::before {
  content: '\e649';
}
.index-case {
  position: relative;
  background-color: #f6f7f9;
}
.index-case::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-bottom: 20.83333333%;
  background: url(../images/img/index_case_bgg.jpg) center no-repeat fixed;
  z-index: 2;
}
@media screen and (max-width: 1199px) {
  .index-case::before {
    min-height: 300px;
    background: url(../images/img/index_case_bgg.jpg) center no-repeat;
  }
}
.index-case .common-title {
  position: relative;
  padding: 60px 0 42px;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .index-case .common-title {
    padding: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .index-case .common-title {
    padding: 30px 0;
  }
}
.index-case .common-title .title-info b {
  color: #fff;
}
.index-case .common-title .title-info span {
  color: #fff;
}
.index-case .common-title i::before {
  background: url(../images/common/common_title_icon2.png) no-repeat center;
  background-size: cover;
}
.index-case ul {
  position: relative;
  z-index: 2;
  padding-bottom: 43px;
}
@media screen and (max-width: 1439px) and (min-width: 1200px) {
  .index-case ul {
    margin: 0 -10px;
  }
}
@media screen and (max-width: 991px) {
  .index-case ul {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .index-case ul {
    margin: 0 -5px;
    padding-bottom: 35px;
  }
}
.index-case ul li {
  margin-bottom: 22px;
}
@media screen and (max-width: 1439px) and (min-width: 1200px) {
  .index-case ul li {
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .index-case ul li {
    padding: 0 5px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 350px) {
  .index-case ul li {
    width: 100%;
  }
}
.index-case ul li .item {
  padding: 15px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(32, 174, 229, 0.05);
}
@media screen and (max-width: 767px) {
  .index-case ul li .item {
    padding: 10px;
  }
}
@media screen and (max-width: 480px) {
  .index-case ul li .item {
    padding: 5px;
  }
}
@media screen and (max-width: 350px) {
  .index-case ul li .item {
    padding: 10px;
  }
}
.index-case ul li .item .pic {
  position: relative;
  display: block;
}
@media screen and (min-width: 1200px) {
  .index-case ul li .item .pic:hover img {
    transform: scale(1.05);
  }
  .index-case ul li .item .pic:hover .more {
    opacity: 1;
  }
}
.index-case ul li .item .pic img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.index-case ul li .item .pic .more {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(32, 174, 229, 0.75);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.index-case ul li .item .pic .more i {
  position: relative;
  padding-top: 60px;
  font-style: normal;
  font-size: 16px;
  line-height: 1.875;
  color: #ffffff;
  font-weight: 400;
  font-family: "寰蒋闆呴粦 Bold";
}
@media screen and (min-width: 1200px) {
  .index-case ul li .item .pic .more i:hover {
    text-decoration: underline;
  }
  .index-case ul li .item .pic .more i:hover::before {
    top: 10px;
  }
}
.index-case ul li .item .pic .more i::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e619';
  color: #fff;
  font-size: 36px;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
.index-case ul li .item .txt {
  text-align: center;
  min-height: 50px;
}
@media screen and (max-width: 767px) {
  .index-case ul li .item .txt {
    min-height: 40px;
  }
}
@media screen and (max-width: 480px) {
  .index-case ul li .item .txt {
    min-height: 30px;
  }
}
.index-case ul li .item .txt a {
  display: inline-block;
  margin-top: 20px;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 1.25;
  color: #292929;
  font-weight: 700;
  font-family: "寰蒋闆呴粦 Bold";
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .index-case ul li .item .txt a {
    font-size: 14px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 480px) {
  .index-case ul li .item .txt a {
    font-size: 12px;
    margin-top: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .index-case ul li .item .txt a:hover {
    color: #20aee5;
    text-decoration: underline;
  }
}
.index-new {
  overflow: hidden;
}
.index-new .common-title {
  padding: 74px 0 30px;
}
@media screen and (max-width: 1199px) {
  .index-new .common-title {
    padding: 50px 0 30px;
  }
}
@media screen and (max-width: 991px) {
  .index-new .common-title {
    padding: 35px 0 30px;
  }
}
.index-new ul {
  padding-bottom: 45px;
}
@media screen and (max-width: 1199px) {
  .index-new ul {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .index-new ul {
    padding-bottom: 20px;
  }
}
.index-new ul li {
  margin-bottom: 30px;
}
@media screen and (min-width: 1200px) {
  .index-new ul li .item .pic:hover img {
    transform: scale(1.05);
  }
}
.index-new ul li .item .pic .img-box {
  padding-bottom: 72%;
}
.index-new ul li .item .pic .img-box img {
  transition: all 0.55s;
  -webkit-transition: all 0.55s;
}
.index-new ul li .item .txt-box {
  position: relative;
  padding: 50px 50px 30px 37px;
  min-height: 258px;
  text-align: right;
  border: 1px solid #e7e7e7;
}
@media screen and (max-width: 1439px) {
  .index-new ul li .item .txt-box {
    padding: 30px 20px 15px;
    min-height: 225px;
  }
}
@media screen and (max-width: 767px) {
  .index-new ul li .item .txt-box {
    min-height: 0;
    padding: 30px 15px 15px;
  }
}
.index-new ul li .item .txt-box i {
  position: absolute;
  top: 0;
  left: 40px;
  transform: translateY(-50%);
  display: block;
  min-width: 120px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-style: normal;
  font-size: 16px;
  color: #fff;
  background-color: #20aee5;
}
@media screen and (max-width: 1199px) {
  .index-new ul li .item .txt-box i {
    height: 35px;
    line-height: 35px;
    left: 20px;
    font-size: 14px;
    min-width: 100px;
  }
}
.index-new ul li .item .txt-box i::before {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(100%);
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #20aee5;
  border-width: 0 0 44px 12px;
}
@media screen and (max-width: 1199px) {
  .index-new ul li .item .txt-box i::before {
    border-width: 0 0 35px 12px;
  }
}
.index-new ul li .item .txt-box .new-name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
}
.index-new ul li .item .txt-box .new-name a {
  font-size: 16px;
  line-height: 1.25;
  color: #292929;
  font-weight: 700;
  font-family: "寰蒋闆呴粦 Bold";
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (min-width: 1200px) {
  .index-new ul li .item .txt-box .new-name a:hover {
    color: #20aee5;
  }
}
.index-new ul li .item .txt-box .date {
  position: relative;
  padding-left: 22px;
  margin: 10px 0 15px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .index-new ul li .item .txt-box .date {
    margin: 5px 0 10px;
  }
}
.index-new ul li .item .txt-box .date::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e633';
  font-size: 14px;
  color: #4bbdea;
}
.index-new ul li .item .txt-box .date span {
  font-size: 14px;
  line-height: 1.42857143;
  color: #292929;
}
.index-new ul li .item .txt-box .txt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-align: left;
}
.index-new ul li .item .txt-box .txt p {
  font-size: 14px;
  line-height: 1.71428571;
  color: #292929;
}
.index-new ul li .item .txt-box &gt; a {
  display: inline-block;
  margin-top: 17px;
  font-size: 16px;
  line-height: 1.25;
  color: #20aee5;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  .index-new ul li .item .txt-box &gt; a {
    font-size: 14px;
    margin-top: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .index-new ul li .item .txt-box &gt; a:hover {
    text-decoration: underline;
  }
}
.about .txt-box h2 {
  margin: 40px 0 25px;
  font-size: 28px;
  line-height: 1.42857143;
  color: #414141;
}
@media screen and (max-width: 991px) {
  .about .txt-box h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .about .txt-box h2 {
    font-size: 20px;
  }
}
.about .txt-box .txt p {
  font-size: 14px;
  line-height: 1.71428571;
  color: #545454;
}
.about .info {
  overflow: hidden;
  padding: 70px 0 50px;
}
@media screen and (max-width: 767px) {
  .about .info {
    padding: 50px 0 30px;
  }
}
.about .info ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .about .info ul {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.about .info ul li {
  width: 14.89361702%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .about .info ul li {
    width: 50%;
    padding: 10px 20px;
  }
}
.about .info ul li .item {
  position: relative;
  padding-top: 107px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (max-width: 1199px) {
  .about .info ul li .item {
    padding-top: 65px;
  }
}
@media screen and (max-width: 991px) {
  .about .info ul li .item {
    padding-top: 45px;
  }
}
@media screen and (max-width: 480px) {
  .about .info ul li .item {
    padding-top: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .about .info ul li .item:hover {
    transform: translateY(-15px);
  }
  .about .info ul li .item:hover::before {
    -webkit-animation: yoabai 1s 0s ease both;
    animation: yoabai 1s 0s ease both;
  }
}
.about .info ul li .item::before {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f623';
  color: #20aee5;
  font-size: 70px;
}
@media screen and (max-width: 1199px) {
  .about .info ul li .item::before {
    font-size: 40px;
  }
}
@media screen and (max-width: 991px) {
  .about .info ul li .item::before {
    font-size: 30px;
  }
}
@media screen and (max-width: 480px) {
  .about .info ul li .item::before {
    font-size: 20px;
  }
}
@-webkit-keyframes yoabai {
  0% {
    transform: translate(-50%, 0) rotateZ(0);
  }
  25% {
    transform: translate(-50%, 0) rotateZ(15deg);
  }
  50% {
    transform: translate(-50%, 0) rotateZ(0);
  }
  75% {
    transform: translate(-50%, 0) rotateZ(15deg);
  }
  100% {
    transform: translate(-50%, 0) rotateZ(0);
  }
}
@keyframes yoabai {
  0% {
    transform: translate(-50%, 0) rotateZ(0);
  }
  25% {
    transform: translate(-50%, 0) rotateZ(15deg);
  }
  50% {
    transform: translate(-50%, 0) rotateZ(0);
  }
  75% {
    transform: translate(-50%, 0) rotateZ(15deg);
  }
  100% {
    transform: translate(-50%, 0) rotateZ(0);
  }
}
.about .info ul li .item b {
  display: block;
  padding-bottom: 6px;
  font-size: 18px;
  line-height: 1.66666667;
  color: #292929;
  font-family: "寰蒋闆呴粦 Bold";
}
@media screen and (max-width: 991px) {
  .about .info ul li .item b {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .about .info ul li .item b {
    font-size: 15px;
  }
}
.about .info ul li .item p {
  font-size: 14px;
  line-height: 1.71428571;
  color: #545454;
}
@media screen and (max-width: 480px) {
  .about .info ul li .item p {
    font-size: 12px;
  }
}
.about .info ul li:nth-child(2) {
  width: 23.04964539%;
}
@media screen and (max-width: 767px) {
  .about .info ul li:nth-child(2) {
    width: 50%;
  }
}
.about .info ul li:nth-child(2) .item::before {
  content: '\e6a9';
}
.about .info ul li:nth-child(3) {
  width: 21.63120567%;
}
@media screen and (max-width: 767px) {
  .about .info ul li:nth-child(3) {
    width: 50%;
  }
}
.about .info ul li:nth-child(3) .item::before {
  top: -10px;
  content: '\e6ea';
  font-size: 60px;
}
@media screen and (max-width: 1199px) {
  .about .info ul li:nth-child(3) .item::before {
    font-size: 35px;
  }
}
@media screen and (max-width: 991px) {
  .about .info ul li:nth-child(3) .item::before {
    font-size: 25px;
  }
}
@media screen and (max-width: 480px) {
  .about .info ul li:nth-child(3) .item::before {
    font-size: 16px;
  }
}
.about .info ul li:nth-child(4) {
  width: 19.14893617%;
}
@media screen and (max-width: 767px) {
  .about .info ul li:nth-child(4) {
    width: 50%;
  }
}
.about .info ul li:nth-child(4) .item::before {
  content: '\e649';
}
.about .pic-box {
  overflow: hidden;
  padding-bottom: 25px;
}
.about .pic-box .item {
  margin-bottom: 20px;
}
@media screen and (max-width: 1199px) {
  .about .pic-box .item {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 991px) {
  .about .pic-box .item {
    margin-bottom: 11px;
  }
}
.about .pic-box .left {
  float: left;
  width: 60.63829787%;
}
@media screen and (max-width: 480px) {
  .about .pic-box .left {
    width: 100%;
  }
}
.about .pic-box .left .item {
  position: relative;
}
.about .pic-box .left .item .img-box {
  padding-bottom: 53.0994152%;
}
.about .pic-box .left .item i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.41);
  cursor: pointer;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (max-width: 991px) {
  .about .pic-box .left .item i {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .about .pic-box .left .item i {
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .about .pic-box .left .item i:hover {
    background-color: rgba(32, 174, 229, 0.41);
  }
  .about .pic-box .left .item i:hover::before {
    color: #20aee5;
  }
}
.about .pic-box .left .item i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e646';
  color: #fff;
  font-size: 55px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (max-width: 991px) {
  .about .pic-box .left .item i::before {
    font-size: 45px;
  }
}
@media screen and (max-width: 767px) {
  .about .pic-box .left .item i::before {
    font-size: 30px;
  }
}
.about .pic-box .right {
  float: right;
  width: 37.94326241%;
}
@media screen and (max-width: 480px) {
  .about .pic-box .right {
    width: 100%;
  }
}
.about .pic-box .right .item .img-box {
  padding-bottom: 40.37383178%;
}
.business .common-title,
.business-details .common-title {
  padding: 35px 0 30px;
}
.business .common-title i,
.business-details .common-title i {
  margin-top: 10px;
}
@media screen and (max-width: 1199px) {
  .business .left .p-nav,
  .business-details .left .p-nav {
    padding-bottom: 40px;
  }
}
.business .left .p-nav .p-nav1 &gt; li,
.business-details .left .p-nav .p-nav1 &gt; li {
  margin-bottom: 10px;
}
@media screen and (max-width: 1199px) {
  .business .left .p-nav .p-nav1 &gt; li,
  .business-details .left .p-nav .p-nav1 &gt; li {
    float: left;
  }
}
@media screen and (max-width: 991px) {
  .business .left .p-nav .p-nav1 &gt; li,
  .business-details .left .p-nav .p-nav1 &gt; li {
    margin-bottom: 5px;
  }
}
.business .left .p-nav .p-nav1 &gt; li::after,
.business-details .left .p-nav .p-nav1 &gt; li::after {
  display: none;
  padding: 0 10px;
  content: '/';
}
@media screen and (max-width: 1199px) {
  .business .left .p-nav .p-nav1 &gt; li::after,
  .business-details .left .p-nav .p-nav1 &gt; li::after {
    display: inline-block;
  }
}
@media screen and (max-width: 991px) {
  .business .left .p-nav .p-nav1 &gt; li::after,
  .business-details .left .p-nav .p-nav1 &gt; li::after {
    padding: 0 5px;
  }
}
.business .left .p-nav .p-nav1 &gt; li a,
.business-details .left .p-nav .p-nav1 &gt; li a {
  display: block;
  padding: 24.5px 50px;
  font-size: 18px;
  line-height: 1.33333333;
  color: #3e3e3e;
  background-color: #f6f6f6;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
@media screen and (max-width: 1439px) {
  .business .left .p-nav .p-nav1 &gt; li a,
  .business-details .left .p-nav .p-nav1 &gt; li a {
    padding: 15px 45px;
  }
}
@media screen and (max-width: 1199px) {
  .business .left .p-nav .p-nav1 &gt; li a,
  .business-details .left .p-nav .p-nav1 &gt; li a {
    display: inline-block;
    padding: 0;
    background-color: transparent;
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .business .left .p-nav .p-nav1 &gt; li a,
  .business-details .left .p-nav .p-nav1 &gt; li a {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .business .left .p-nav .p-nav1 &gt; li a,
  .business-details .left .p-nav .p-nav1 &gt; li a {
    font-size: 14px;
  }
}
.business .left .p-nav .p-nav1 &gt; li &gt; a,
.business-details .left .p-nav .p-nav1 &gt; li &gt; a {
  position: relative;
}
.business .left .p-nav .p-nav1 &gt; li &gt; a::before,
.business-details .left .p-nav .p-nav1 &gt; li &gt; a::before {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  content: '+';
  color: #000;
}
@media screen and (max-width: 1199px) {
  .business .left .p-nav .p-nav1 &gt; li &gt; a::before,
  .business-details .left .p-nav .p-nav1 &gt; li &gt; a::before {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .business .left .p-nav .p-nav1 &gt; .active &gt; a,
  .business-details .left .p-nav .p-nav1 &gt; .active &gt; a {
    background-color: #20aee5;
    color: #fff;
  }
  .business .left .p-nav .p-nav1 &gt; .active &gt; a::before,
  .business-details .left .p-nav .p-nav1 &gt; .active &gt; a::before {
    content: '-';
    color: #fff;
  }
}
@media screen and (max-width: 1199px) {
  .business .left .p-nav .p-nav1 &gt; .active &gt; a,
  .business-details .left .p-nav .p-nav1 &gt; .active &gt; a {
    color: #20aee5;
    text-decoration: underline;
  }
}
.business .left .p-nav .p-nav1 .p-nav2,
.business-details .left .p-nav .p-nav1 .p-nav2 {
  display: none;
}
.business .left .p-nav .p-nav1 .p-nav2 &gt; li &gt; a,
.business-details .left .p-nav .p-nav1 .p-nav2 &gt; li &gt; a {
  color: #666666;
}
@media screen and (min-width: 1200px) {
  .business .left .p-nav .p-nav1 .p-nav2 &gt; li &gt; a:hover,
  .business-details .left .p-nav .p-nav1 .p-nav2 &gt; li &gt; a:hover {
    color: #20aee5;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(32, 174, 229, 0.1);
  }
}
.business .left .p-nav .p-nav1 .p-nav2 &gt; .active a,
.business-details .left .p-nav .p-nav1 .p-nav2 &gt; .active a {
  color: #20aee5;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(32, 174, 229, 0.1);
}
.business {
  padding-bottom: 34px;
}
.business .right .business-list {
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .business .right .business-list {
    margin: 0 -5px;
  }
}
.business .right .business-list li {
  margin-bottom: 35px;
}
@media screen and (max-width: 1439px) {
  .business .right .business-list li {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .business .right .business-list li {
    padding: 0 5px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .business .right .business-list li .item:hover .pic::before {
    opacity: 1;
  }
  .business .right .business-list li .item:hover .pic .img-box img {
    transform: scale(1.05);
  }
  .business .right .business-list li .item:hover .txt {
    background-color: #20aee5;
  }
  .business .right .business-list li .item:hover .txt a {
    color: #fff;
  }
}
.business .right .business-list li .item .pic {
  display: block;
  position: relative;
}
.business .right .business-list li .item .pic::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  border: 2px solid #20aee5;
  opacity: 0;
  z-index: 2;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.business .right .business-list li .item .pic .img-box img {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.business .right .business-list li .item .txt {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 23px 10px 18px;
  min-height: 65px;
  text-align: center;
  background-color: #f6f6f6;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (max-width: 1439px) {
  .business .right .business-list li .item .txt {
    padding: 15px 10px;
    min-height: 55px;
  }
}
@media screen and (max-width: 767px) {
  .business .right .business-list li .item .txt {
    min-height: 52px;
  }
}
@media screen and (max-width: 480px) {
  .business .right .business-list li .item .txt {
    min-height: 36px;
    padding: 10px;
  }
}
.business .right .business-list li .item .txt a {
  font-size: 18px;
  line-height: 1.33333333;
  color: #444444;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
@media screen and (max-width: 767px) {
  .business .right .business-list li .item .txt a {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .business .right .business-list li .item .txt a {
    font-size: 12px;
  }
}
.business-details {
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .business-details {
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 1199px) {
  .business-details .left .p-nav {
    padding-bottom: 25px;
  }
}
.business-details .right {
  overflow: hidden;
}
.business-details .right .info {
  background-color: #f6f6f6;
}
.business-details .right .info .info-left {
  overflow: hidden;
  float: left;
  width: 50.47619048%;
  padding: 28px 28px 27px 22px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1439px) {
  .business-details .right .info .info-left {
    padding: 20px;
  }
}
@media screen and (max-width: 991px) {
  .business-details .right .info .info-left {
    float: none;
    width: 100%;
  }
}
.business-details .right .info .info-left .slider-for {
  float: right;
  width: 82.70833333%;
}
.business-details .right .info .info-left .slider-for .slick-list .slick-slide {
  height: auto;
}
.business-details .right .info .info-left .slider-nav {
  float: left;
  width: 13.95833333%;
  margin: -8px 0;
}
@media screen and (max-width: 767px) {
  .business-details .right .info .info-left .slider-nav {
    margin: -5px 0;
  }
}
.business-details .right .info .info-left .slider-nav .slick-list .slick-slide {
  height: auto;
  padding: 8px 0;
}
@media screen and (max-width: 767px) {
  .business-details .right .info .info-left .slider-nav .slick-list .slick-slide {
    padding: 5px 0;
  }
}
.business-details .right .info .info-left .slider-nav .slick-list .slick-slide .item {
  border: 2px solid transparent;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
.business-details .right .info .info-left .slider-nav .slick-list .slick-current .item {
  border-color: #20aee5;
}
.business-details .right .info .info-right {
  overflow: hidden;
  position: relative;
  float: right;
  width: 49.52380952%;
  padding: 53px 44px 20px 50px;
}
@media screen and (max-width: 1439px) {
  .business-details .right .info .info-right {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 1199px) {
  .business-details .right .info .info-right {
    padding: 20px;
  }
}
@media screen and (max-width: 991px) {
  .business-details .right .info .info-right {
    float: none;
    width: 100%;
  }
}
.business-details .right .info .info-right .title h2 {
  margin: 0;
  padding-right: 100px;
  font-size: 18px;
  line-height: 1.33333333;
  font-weight: 400;
  color: #20aee5;
}
@media screen and (max-width: 767px) {
  .business-details .right .info .info-right .title h2 {
    padding-right: 80px;
    font-size: 16px;
  }
}
.business-details .right .info .info-right .title .p-slick-btn {
  position: absolute;
  top: 45px;
  right: 32px;
}
@media screen and (max-width: 991px) {
  .business-details .right .info .info-right .title .p-slick-btn {
    top: 25px;
  }
}
.business-details .right .info .info-right .title .p-slick-btn a {
  position: relative;
  display: inline-block;
  width: 47px;
  height: 47px;
  border: 1px solid #eeeeee;
  background-color: #fff;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (max-width: 1439px) {
  .business-details .right .info .info-right .title .p-slick-btn a {
    width: 45px;
    height: 45px;
  }
}
@media screen and (max-width: 767px) {
  .business-details .right .info .info-right .title .p-slick-btn a {
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .business-details .right .info .info-right .title .p-slick-btn a:hover {
    border-color: #20aee5;
    background-color: #20aee5;
  }
  .business-details .right .info .info-right .title .p-slick-btn a:hover::before {
    color: #fff;
  }
}
.business-details .right .info .info-right .title .p-slick-btn a::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e8f4';
  color: #c0c0c0;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.business-details .right .info .info-right .title .p-slick-btn a:nth-child(1) {
  margin-right: 5px;
}
.business-details .right .info .info-right .title .p-slick-btn a:nth-child(2) {
  transform: rotateZ(180deg);
}
.business-details .right .info .info-right .txt-box h1 {
  margin: 12px 0 5px;
  padding-right: 100px;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.33333333;
  color: #292929;
  font-family: "寰蒋闆呴粦 Bold";
}
@media screen and (max-width: 1199px) {
  .business-details .right .info .info-right .txt-box h1 {
    font-size: 25px;
  }
}
@media screen and (max-width: 991px) {
  .business-details .right .info .info-right .txt-box h1 {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .business-details .right .info .info-right .txt-box h1 {
    padding-right: 80px;
    font-size: 20px;
  }
}
.business-details .right .info .info-right .txt-box p {
  font-size: 14px;
  line-height: 1.71428571;
  color: #666666;
}
.business-details .right .info .info-right .p-link {
  padding-top: 24px;
}
.business-details .right .info .info-right .p-link a {
  display: inline-block;
  width: 180px;
  height: 40px;
  line-height: 35px;
  border: 1px solid #20aee5;
  text-align: center;
  font-size: 16px;
  color: #20aee5;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
@media screen and (max-width: 1439px) {
  .business-details .right .info .info-right .p-link a {
    width: 160px;
  }
}
@media screen and (max-width: 480px) {
  .business-details .right .info .info-right .p-link a {
    width: 130px;
    height: 35px;
    line-height: 30px;
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .business-details .right .info .info-right .p-link a:hover {
    background-color: #20aee5;
    color: #fff;
  }
  .business-details .right .info .info-right .p-link a:hover::before {
    color: #fff;
  }
}
.business-details .right .info .info-right .p-link a::before {
  display: inline-block;
  padding-right: 10px;
  transform: translateY(2px);
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e64c';
  color: #20aee5;
  font-size: 20px;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
@media screen and (max-width: 480px) {
  .business-details .right .info .info-right .p-link a::before {
    font-size: 18px;
    transform: translateY(1px);
    padding-right: 5px;
  }
}
.business-details .right .info .info-right .p-link a:nth-child(1) {
  margin-right: 20px;
}
.business-details .right .info .info-right .p-link a:nth-child(1)::before {
  transform: translateY(3px);
}
@media screen and (max-width: 480px) {
  .business-details .right .info .info-right .p-link a:nth-child(1)::before {
    transform: translateY(2px);
  }
}
.business-details .right .info .info-right .p-link a:nth-child(2)::before {
  content: '\e682';
}
.business-details .right .p-details .title b,
.business-details .right .inquire .title b {
  display: block;
  font-size: 20px;
  line-height: 1.2;
  color: #292929;
  font-family: "寰蒋闆呴粦 Bold";
}
.business-details .right .p-details .title p,
.business-details .right .inquire .title p {
  font-size: 16px;
  line-height: 1.875;
  color: #333333;
  font-family: '寰蒋闆呴粦 Light';
}
.business-details .right .p-details .title {
  padding: 42px 0 22px;
}
@media screen and (max-width: 767px) {
  .business-details .right .p-details .title {
    padding: 30px 0 20px;
  }
}
.business-details .right .p-details .details-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #222;
}
@media screen and (max-width: 767px) {
  .business-details .right .p-details .details-content p {
    font-size: 14px;
  }
}
.business-details .right .p-details .details-content p img {
  max-width: 100%;
  height: auto;
}
.business-details .right .p-details .details-content .table-box table tr,
.business-details .right .p-details .details-content .table-box table td,
.business-details .right .p-details .details-content .table-box table th {
  background-color: #fff;
}
.business-details .right .inquire .title {
  padding: 42px 0 24px;
}
@media screen and (max-width: 767px) {
  .business-details .right .inquire .title {
    padding: 30px 0 20px;
  }
}
.business-details .right .inquire .title b {
  margin-bottom: 17px;
}
@media screen and (max-width: 767px) {
  .business-details .right .inquire .title b {
    margin-bottom: 10px;
  }
}
.business-details .right .inquire form ul li {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .business-details .right .inquire form ul li {
    margin-bottom: 10px;
  }
}
.business-details .right .inquire form ul li input,
.business-details .right .inquire form ul li textarea {
  display: block;
  width: 100%;
  padding: 9px 20px;
  font-size: 16px;
  line-height: 1.875;
  color: #666666;
  font-family: '寰蒋闆呴粦 Light';
  border: 1px solid #eeeeee;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .business-details .right .inquire form ul li input,
  .business-details .right .inquire form ul li textarea {
    padding: 5px 15px;
    font-size: 14px;
  }
}
.business-details .right .inquire form ul li textarea {
  height: 215px;
}
@media screen and (max-width: 767px) {
  .business-details .right .inquire form ul li textarea {
    height: 150px;
  }
}
.business-details .right .inquire form ul li input::-webkit-input-placeholder,
.business-details .right .inquire form ul li textarea::-webkit-input-placeholder {
  color: #666;
}
.business-details .right .inquire form ul li input:-o-placeholder,
.business-details .right .inquire form ul li textarea:-o-placeholder {
  color: #666;
}
.business-details .right .inquire form ul li input::-moz-placeholder,
.business-details .right .inquire form ul li textarea::-moz-placeholder {
  color: #666;
}
.business-details .right .inquire form ul li input:-ms-input-placeholder,
.business-details .right .inquire form ul li textarea:-ms-input-placeholder {
  color: #666;
}
.business-details .right .inquire form ul li input:focus::-webkit-input-placeholder,
.business-details .right .inquire form ul li textarea:focus::-webkit-input-placeholder {
  color: #ababab;
}
.business-details .right .inquire form ul li input:focus::-o-placeholder,
.business-details .right .inquire form ul li textarea:focus::-o-placeholder {
  color: #ababab;
}
.business-details .right .inquire form ul li input:focus::-moz-placeholder,
.business-details .right .inquire form ul li textarea:focus::-moz-placeholder {
  color: #ababab;
}
.business-details .right .inquire form ul li input:focus::-ms-input-placeholder,
.business-details .right .inquire form ul li textarea:focus::-ms-input-placeholder {
  color: #ababab;
}
.business-details .right .inquire form ul li p {
  font-size: 14px;
  line-height: 2.14285714;
  color: #666666;
  font-family: '寰蒋闆呴粦 Light';
}
.business-details .right .inquire form ul li button {
  margin-top: 15px;
  width: 300px;
  height: 48px;
  background-color: #20aee5;
  line-height: 48px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
@media screen and (max-width: 767px) {
  .business-details .right .inquire form ul li button {
    width: 150px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .business-details .right .inquire form ul li button:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.35) inset;
  }
}
.business-details .right .inquire form ul li:nth-child(1) input {
  background-color: #f9f9f9;
}
.business-details .right .inquire form ul li:last-child {
  margin-bottom: 0;
}
.inquiry-page {
  padding-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .inquiry-page {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 480px) {
  .inquiry-page .container {
    padding: 0 5px;
  }
}
.inquiry-page .container h2 {
  margin: 40px 0 23px;
  font-size: 28px;
  line-height: 1.42857143;
  color: #000000;
}
@media screen and (max-width: 991px) {
  .inquiry-page .container h2 {
    font-size: 25px;
    margin: 35px 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .inquiry-page .container h2 {
    font-size: 20px;
    text-align: center;
  }
}
.inquiry-page .container .car-table {
  padding-bottom: 50px;
}
@media screen and (max-width: 1199px) {
  .inquiry-page .container .car-table {
    padding-bottom: 30px;
  }
}
.inquiry-page .container .car-table table {
  width: 100%;
}
.inquiry-page .container .car-table table tr th:nth-child(1),
.inquiry-page .container .car-table table tr td:nth-child(1) {
  width: 11.91489362%;
  padding-left: 3.54609929%;
}
@media screen and (max-width: 991px) {
  .inquiry-page .container .car-table table tr th:nth-child(1),
  .inquiry-page .container .car-table table tr td:nth-child(1) {
    padding-left: 10px;
  }
}
@media screen and (max-width: 600px) {
  .inquiry-page .container .car-table table tr th:nth-child(1),
  .inquiry-page .container .car-table table tr td:nth-child(1) {
    padding-left: 5px;
  }
}
@media screen and (max-width: 480px) {
  .inquiry-page .container .car-table table tr th:nth-child(1),
  .inquiry-page .container .car-table table tr td:nth-child(1) {
    padding-left: 0;
    width: 15.914894%;
  }
}
.inquiry-page .container .car-table table tr th:nth-child(1) input,
.inquiry-page .container .car-table table tr td:nth-child(1) input {
  position: relative;
  width: 0;
  height: 0;
  cursor: pointer;
  vertical-align: middle;
  margin-top: 0;
}
.inquiry-page .container .car-table table tr th:nth-child(1) input::before,
.inquiry-page .container .car-table table tr td:nth-child(1) input::before {
  position: absolute;
  top: -8px;
  left: 0;
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '';
  color: #20aee5;
  font-size: 15px;
  font-weight: 700;
}
.inquiry-page .container .car-table table tr th:nth-child(1) input:checked::before,
.inquiry-page .container .car-table table tr td:nth-child(1) input:checked::before {
  content: '\e624';
}
.inquiry-page .container .car-table table tr th:nth-child(1) span,
.inquiry-page .container .car-table table tr td:nth-child(1) span {
  margin-left: 25px;
}
@media screen and (max-width: 991px) {
  .inquiry-page .container .car-table table tr th:nth-child(1) span,
  .inquiry-page .container .car-table table tr td:nth-child(1) span {
    margin-left: 15px;
  }
}
.inquiry-page .container .car-table table tr th:nth-child(2),
.inquiry-page .container .car-table table tr td:nth-child(2) {
  width: 35.46099291%;
}
@media screen and (max-width: 767px) {
  .inquiry-page .container .car-table table tr th:nth-child(2),
  .inquiry-page .container .car-table table tr td:nth-child(2) {
    width: 32.460993%;
  }
}
@media screen and (max-width: 480px) {
  .inquiry-page .container .car-table table tr th:nth-child(2),
  .inquiry-page .container .car-table table tr td:nth-child(2) {
    text-align: center;
    width: 24.460993;
  }
}
.inquiry-page .container .car-table table tr th:nth-child(3),
.inquiry-page .container .car-table table tr td:nth-child(3) {
  width: 15.17730496%;
}
@media screen and (max-width: 767px) {
  .inquiry-page .container .car-table table tr th:nth-child(3),
  .inquiry-page .container .car-table table tr td:nth-child(3) {
    width: 15.17730496%;
  }
}
@media screen and (max-width: 600px) {
  .inquiry-page .container .car-table table tr th:nth-child(3),
  .inquiry-page .container .car-table table tr td:nth-child(3) {
    width: 20.17730496%;
  }
}
@media screen and (max-width: 480px) {
  .inquiry-page .container .car-table table tr th:nth-child(3),
  .inquiry-page .container .car-table table tr td:nth-child(3) {
    width: 21.177305%;
    text-align: center;
  }
}
.inquiry-page .container .car-table table tr th:nth-child(4),
.inquiry-page .container .car-table table tr td:nth-child(4) {
  width: 23.40425532%;
}
@media screen and (max-width: 1199px) {
  .inquiry-page .container .car-table table tr th:nth-child(4),
  .inquiry-page .container .car-table table tr td:nth-child(4) {
    width: 25.404255%;
  }
}
@media screen and (max-width: 480px) {
  .inquiry-page .container .car-table table tr th:nth-child(4),
  .inquiry-page .container .car-table table tr td:nth-child(4) {
    width: 28.404255%;
  }
}
.inquiry-page .container .car-table table tr th:nth-child(5),
.inquiry-page .container .car-table table tr td:nth-child(5) {
  width: 14.04255319%;
}
@media screen and (max-width: 1199px) {
  .inquiry-page .container .car-table table tr th:nth-child(5),
  .inquiry-page .container .car-table table tr td:nth-child(5) {
    width: 12.042553%;
  }
}
@media screen and (max-width: 600px) {
  .inquiry-page .container .car-table table tr th:nth-child(5),
  .inquiry-page .container .car-table table tr td:nth-child(5) {
    width: 7.042553%;
  }
}
.inquiry-page .container .car-table table thead {
  background-color: #e8f5ff;
}
.inquiry-page .container .car-table table thead tr th {
  height: 50px;
  font-size: 16px;
  color: #000000;
}
@media screen and (max-width: 991px) {
  .inquiry-page .container .car-table table thead tr th {
    font-size: 14px;
    height: 40px;
  }
}
@media screen and (max-width: 600px) {
  .inquiry-page .container .car-table table thead tr th {
    font-size: 12px;
  }
}
.inquiry-page .container .car-table table thead tr th:nth-child(2) {
  padding-left: 2.9787234%;
}
@media screen and (max-width: 480px) {
  .inquiry-page .container .car-table table thead tr th:nth-child(2) {
    padding-left: 0;
  }
}
.inquiry-page .container .car-table table thead tr th:nth-child(3) {
  padding-left: 3.54609929%;
}
@media screen and (max-width: 1199px) {
  .inquiry-page .container .car-table table thead tr th:nth-child(3) {
    padding-left: 0;
    text-align: center;
  }
}
.inquiry-page .container .car-table table thead tr th:nth-child(4),
.inquiry-page .container .car-table table thead tr th:nth-child(5) {
  text-align: center;
}
.inquiry-page .container .car-table table tbody tr td {
  -moz-user-select: none;
  /*mozilar*/
  -webkit-user-select: none;
  /*webkit*/
  -ms-user-select: none;
  /*IE*/
  user-select: none;
}
.inquiry-page .container .car-table table tbody tr td:nth-child(2) {
  padding: 20px 0;
}
@media screen and (max-width: 991px) {
  .inquiry-page .container .car-table table tbody tr td:nth-child(2) {
    padding: 15px 0;
  }
}
.inquiry-page .container .car-table table tbody tr td:nth-child(2) .pic {
  display: inline-block;
  width: 30%;
  vertical-align: middle;
}
@media screen and (max-width: 480px) {
  .inquiry-page .container .car-table table tbody tr td:nth-child(2) .pic {
    width: 100%;
    max-width: 100px;
  }
}
.inquiry-page .container .car-table table tbody tr td:nth-child(2) p {
  display: inline-block;
  font-size: 16px;
  color: #000000;
  margin-left: 16%;
  max-width: 53%;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .inquiry-page .container .car-table table tbody tr td:nth-child(2) p {
    font-size: 14px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 600px) {
  .inquiry-page .container .car-table table tbody tr td:nth-child(2) p {
    font-size: 12px;
    margin-left: 15px;
  }
}
@media screen and (max-width: 480px) {
  .inquiry-page .container .car-table table tbody tr td:nth-child(2) p {
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 0;
    padding: 10px 0;
  }
}
.inquiry-page .container .car-table table tbody tr td:nth-child(3) span {
  display: inline-block;
  width: 32px;
  height: 32px;
  border: 1px solid #e3e3e3;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #000000;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1199px) {
  .inquiry-page .container .car-table table tbody tr td:nth-child(3) span {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 991px) {
  .inquiry-page .container .car-table table tbody tr td:nth-child(3) span {
    width: 20px;
    height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .inquiry-page .container .car-table table tbody tr td:nth-child(3) span {
    width: 15px;
    height: 30px;
  }
}
@media screen and (max-width: 400px) {
  .inquiry-page .container .car-table table tbody tr td:nth-child(3) span {
    margin-right: -5px;
  }
}
@media screen and (min-width: 1200px) {
  .inquiry-page .container .car-table table tbody tr td:nth-child(3) span:hover {
    border-color: #20aee5;
    background-color: #20aee5;
    color: #fff;
  }
}
@media screen and (max-width: 480px) {
  .inquiry-page .container .car-table table tbody tr td:nth-child(3) span:nth-child(2) {
    margin-right: 0;
    margin-left: -5px;
  }
}
.inquiry-page .container .car-table table tbody tr td:nth-child(3) .not-allowed {
  opacity: 0.35;
}
@media screen and (min-width: 1200px) {
  .inquiry-page .container .car-table table tbody tr td:nth-child(3) .not-allowed:hover {
    border-color: #e3e3e3;
    background-color: #fff;
    color: #000;
  }
}
.inquiry-page .container .car-table table tbody tr td:nth-child(3) input {
  display: inline-block;
  width: 76px;
  line-height: 32px;
  font-size: 16px;
  color: #000000;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .inquiry-page .container .car-table table tbody tr td:nth-child(3) input {
    width: 70px;
    line-height: 30px;
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .inquiry-page .container .car-table table tbody tr td:nth-child(3) input {
    width: 55px;
  }
}
@media screen and (max-width: 767px) {
  .inquiry-page .container .car-table table tbody tr td:nth-child(3) input {
    width: 40px;
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .inquiry-page .container .car-table table tbody tr td:nth-child(3) input {
    width: 35px;
  }
}
@media screen and (max-width: 480px) {
  .inquiry-page .container .car-table table tbody tr td:nth-child(3) input {
    font-size: 12px;
  }
}
@media screen and (max-width: 1199px) {
  .inquiry-page .container .car-table table tbody tr td:nth-child(4) {
    padding: 0 10px;
  }
}
@media screen and (max-width: 600px) {
  .inquiry-page .container .car-table table tbody tr td:nth-child(4) {
    padding: 0;
  }
}
.inquiry-page .container .car-table table tbody tr td:nth-child(4) input {
  width: 100%;
  height: 50px;
  padding: 15px;
  border: 1px solid #eeeeee;
  font-size: 14px;
  color: #888888;
}
@media screen and (max-width: 1199px) {
  .inquiry-page .container .car-table table tbody tr td:nth-child(4) input {
    height: 40px;
    padding: 10px;
  }
}
@media screen and (max-width: 1199px) {
  .inquiry-page .container .car-table table tbody tr td:nth-child(4) input {
    height: 35px;
    padding: 5px 10px;
    font-size: 13px;
  }
}
@media screen and (max-width: 600px) {
  .inquiry-page .container .car-table table tbody tr td:nth-child(4) input {
    font-size: 12px;
    padding: 5px;
  }
}
.inquiry-page .container .car-table table tbody tr td:nth-child(4) input::-webkit-input-placeholder,
.inquiry-page .container .car-table table tbody tr td:nth-child(4) textarea::-webkit-input-placeholder {
  color: #888888;
}
.inquiry-page .container .car-table table tbody tr td:nth-child(4) input:-o-placeholder,
.inquiry-page .container .car-table table tbody tr td:nth-child(4) textarea:-o-placeholder {
  color: #888888;
}
.inquiry-page .container .car-table table tbody tr td:nth-child(4) input::-moz-placeholder,
.inquiry-page .container .car-table table tbody tr td:nth-child(4) textarea::-moz-placeholder {
  color: #888888;
}
.inquiry-page .container .car-table table tbody tr td:nth-child(4) input:-ms-input-placeholder,
.inquiry-page .container .car-table table tbody tr td:nth-child(4) textarea:-ms-input-placeholder {
  color: #888888;
}
.inquiry-page .container .car-table table tbody tr td:nth-child(4) input:focus::-webkit-input-placeholder,
.inquiry-page .container .car-table table tbody tr td:nth-child(4) textarea:focus::-webkit-input-placeholder {
  color: #dbdada;
}
.inquiry-page .container .car-table table tbody tr td:nth-child(4) input:focus::-o-placeholder,
.inquiry-page .container .car-table table tbody tr td:nth-child(4) textarea:focus::-o-placeholder {
  color: #dbdada;
}
.inquiry-page .container .car-table table tbody tr td:nth-child(4) input:focus::-moz-placeholder,
.inquiry-page .container .car-table table tbody tr td:nth-child(4) textarea:focus::-moz-placeholder {
  color: #dbdada;
}
.inquiry-page .container .car-table table tbody tr td:nth-child(4) input:focus::-ms-input-placeholder,
.inquiry-page .container .car-table table tbody tr td:nth-child(4) textarea:focus::-ms-input-placeholder {
  color: #dbdada;
}
.inquiry-page .container .car-table table tbody tr td:nth-child(5) {
  text-align: center;
}
.inquiry-page .container .car-table table tbody tr td:nth-child(5) span {
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  .inquiry-page .container .car-table table tbody tr td:nth-child(5) span:hover::before {
    color: #20aee5;
  }
}
.inquiry-page .container .car-table table tbody tr td:nth-child(5) span::before {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e6a5';
  color: #9f9f9f;
  font-size: 20px;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.inquiry-page .container .inquiry-message .title {
  padding: 40px 0 17px;
}
@media screen and (max-width: 991px) {
  .inquiry-page .container .inquiry-message .title {
    padding: 20px 0;
  }
}
.inquiry-page .container .inquiry-message .title b {
  float: left;
  display: inline-block;
  font-size: 28px;
  line-height: 30px;
  color: #292929;
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  .inquiry-page .container .inquiry-message .title b {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .inquiry-page .container .inquiry-message .title b {
    font-size: 20px;
  }
}
.inquiry-page .container .inquiry-message .title span {
  float: right;
  display: inline-block;
  font-size: 14px;
  line-height: 22px;
  color: #666666;
  font-family: '寰蒋闆呴粦 Light';
}
@media screen and (max-width: 991px) {
  .inquiry-page .container .inquiry-message .title span {
    line-height: 30px;
  }
}
.inquiry-page .container .inquiry-message form ul li {
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .inquiry-page .container .inquiry-message form ul li {
    margin-bottom: 15px;
  }
}
.inquiry-page .container .inquiry-message form ul li input,
.inquiry-page .container .inquiry-message form ul li textarea {
  display: block;
  width: 100%;
  padding: 9px 20px;
  border: 1px solid #eeeeee;
  font-size: 16px;
  line-height: 1.875;
  color: #666666;
  font-family: '寰蒋闆呴粦 Light';
}
@media screen and (max-width: 991px) {
  .inquiry-page .container .inquiry-message form ul li input,
  .inquiry-page .container .inquiry-message form ul li textarea {
    padding: 5px 15px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .inquiry-page .container .inquiry-message form ul li input,
  .inquiry-page .container .inquiry-message form ul li textarea {
    font-size: 14px;
  }
}
.inquiry-page .container .inquiry-message form ul li input::-webkit-input-placeholder,
.inquiry-page .container .inquiry-message form ul li textarea::-webkit-input-placeholder {
  color: #666666;
}
.inquiry-page .container .inquiry-message form ul li input:-o-placeholder,
.inquiry-page .container .inquiry-message form ul li textarea:-o-placeholder {
  color: #666666;
}
.inquiry-page .container .inquiry-message form ul li input::-moz-placeholder,
.inquiry-page .container .inquiry-message form ul li textarea::-moz-placeholder {
  color: #666666;
}
.inquiry-page .container .inquiry-message form ul li input:-ms-input-placeholder,
.inquiry-page .container .inquiry-message form ul li textarea:-ms-input-placeholder {
  color: #666666;
}
.inquiry-page .container .inquiry-message form ul li input:focus::-webkit-input-placeholder,
.inquiry-page .container .inquiry-message form ul li textarea:focus::-webkit-input-placeholder {
  color: #ababab;
}
.inquiry-page .container .inquiry-message form ul li input:focus::-o-placeholder,
.inquiry-page .container .inquiry-message form ul li textarea:focus::-o-placeholder {
  color: #ababab;
}
.inquiry-page .container .inquiry-message form ul li input:focus::-moz-placeholder,
.inquiry-page .container .inquiry-message form ul li textarea:focus::-moz-placeholder {
  color: #ababab;
}
.inquiry-page .container .inquiry-message form ul li input:focus::-ms-input-placeholder,
.inquiry-page .container .inquiry-message form ul li textarea:focus::-ms-input-placeholder {
  color: #ababab;
}
.inquiry-page .container .inquiry-message form ul li textarea {
  height: 215px;
}
@media screen and (max-width: 991px) {
  .inquiry-page .container .inquiry-message form ul li textarea {
    height: 180px;
  }
}
@media screen and (max-width: 767px) {
  .inquiry-page .container .inquiry-message form ul li textarea {
    height: 150px;
  }
}
.inquiry-page .container .inquiry-message form ul li button {
  width: 526px;
  height: 48px;
  font-size: 16px;
  color: #ffffff;
  font-family: '寰蒋闆呴粦 Light';
  background-color: #20aee5;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
@media screen and (max-width: 991px) {
  .inquiry-page .container .inquiry-message form ul li button {
    width: 350px;
    height: 45px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .inquiry-page .container .inquiry-message form ul li button {
    width: 200px;
    height: 40px;
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .inquiry-page .container .inquiry-message form ul li button:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.35) inset;
  }
}
.inquiry-page .container .inquiry-message form ul li:nth-child(1) input {
  background-color: #f9f9f9;
}
.inquiry-page .container .inquiry-message form ul li:nth-child(6) {
  margin-bottom: 55px;
}
@media screen and (max-width: 991px) {
  .inquiry-page .container .inquiry-message form ul li:nth-child(6) {
    margin-bottom: 30px;
  }
}
.inquiry-page .container .inquiry-message form ul li:nth-child(7) {
  text-align: center;
}
.inquiry-page .container .inquiry-message form ul li:last-child {
  margin-bottom: 0;
}
.case {
  overflow: hidden;
  padding-bottom: 45px;
}
.case .common-title {
  padding: 35px 0 40px;
}
.case .common-title i {
  margin-top: 10px;
}
.case .case-list {
  padding-bottom: 25px;
}
@media screen and (max-width: 991px) {
  .case .case-list {
    margin: 0 -7.5px;
  }
}
.case .case-list &gt; li {
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .case .case-list &gt; li {
    padding: 0 7.5px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 600px) {
  .case .case-list &gt; li {
    width: 100%;
  }
}
.case .case-list &gt; li .item {
  padding: 15px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 767px) {
  .case .case-list &gt; li .item {
    padding: 10px;
  }
}
.case .case-list &gt; li .item .pic {
  display: block;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .case .case-list &gt; li .item .pic:hover img {
    transform: scale(1.05);
  }
  .case .case-list &gt; li .item .pic:hover .more {
    opacity: 1;
  }
}
.case .case-list &gt; li .item .pic .img-box {
  padding-bottom: 64.28571429%;
}
.case .case-list &gt; li .item .pic .img-box img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.case .case-list &gt; li .item .pic .more {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(32, 174, 229, 0.75);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  z-index: 2;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.case .case-list &gt; li .item .pic .more i {
  position: relative;
  padding-top: 60px;
  font-style: normal;
  font-size: 16px;
  line-height: 1.875;
  color: #ffffff;
  font-weight: 400;
  font-family: "寰蒋闆呴粦 Bold";
}
@media screen and (min-width: 1200px) {
  .case .case-list &gt; li .item .pic .more i:hover {
    text-decoration: underline;
  }
  .case .case-list &gt; li .item .pic .more i:hover::before {
    top: 10px;
  }
}
.case .case-list &gt; li .item .pic .more i::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e619';
  color: #fff;
  font-size: 36px;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
.case .case-list &gt; li .item .txt-box {
  padding: 20px 25px 10px;
  /*min-height: 150px;*/
}
@media screen and (max-width: 1439px) {
  .case .case-list &gt; li .item .txt-box {
    padding: 15px 5px 0;
    /*padding: 10px 5px;*/
    /*min-height: 132px;*/
  }
}
@media screen and (max-width: 767px) {
  .case .case-list &gt; li .item .txt-box {
    /*min-height: 122px;*/
  }
}
@media screen and (max-width: 600px) {
  .case .case-list &gt; li .item .txt-box {
    /*min-height: 0;*/
  }
}
.case .case-list &gt; li .item .txt-box a {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 18px;
  line-height: 1.66666667;
  color: #292929;
  font-weight: 700;
  font-family: "寰蒋闆呴粦 Bold";
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
@media screen and (max-width: 1439px) {
  .case .case-list &gt; li .item .txt-box a {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .case .case-list &gt; li .item .txt-box a {
    font-size: 15px;
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 1200px) {
  .case .case-list &gt; li .item .txt-box a:hover {
    color: #20aee5;
  }
}
.case .case-list &gt; li .item .txt-box ol {
  padding: 0;
}
.case .case-list &gt; li .item .txt-box ol li {
  font-size: 16px;
  line-height: 1.875;
  color: #8a8a8a;
}
@media screen and (max-width: 1439px) {
  .case .case-list &gt; li .item .txt-box ol li {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .case .case-list &gt; li .item .txt-box ol li {
    font-size: 13px;
  }
}
.case-details {
  padding: 34px 0 25px;
}
@media screen and (max-width: 991px) {
  .case-details {
    padding: 30px 0 20px;
  }
}
.case-details h1 {
  margin: 0 0 28px;
  font-size: 27px;
  line-height: 1.48148148;
  font-weight: 700;
  color: #292929;
  font-family: "寰蒋闆呴粦 Bold";
}
@media screen and (max-width: 1199px) {
  .case-details h1 {
    font-size: 25px;
  }
}
@media screen and (max-width: 991px) {
  .case-details h1 {
    font-size: 23px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .case-details h1 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.case-details .txt p {
  font-size: 16px;
  line-height: 1.71428571;
  color: #6f6f6f;
}
@media screen and (max-width: 1199px){
.case-details .txt p {
  font-size: 15px;
}
}
@media screen and (max-width: 767px){
.case-details .txt p {
  font-size: 14px;
}
}
.case-details .txt p img {
  max-width: 100%;
  height: auto;
}
.case-details .pic-box {
  padding-top: 27px;
}
@media screen and (max-width: 991px) {
  .case-details .pic-box {
    padding-top: 15px;
    margin: 0 -7.5px;
  }
}
.case-details .pic-box li {
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .case-details .pic-box li {
    margin-bottom: 15px;
    padding: 0 7.5px;
  }
}
.case-details .pic-box li .img-box {
  padding-bottom: 67.77777778%;
}
.technology {
  overflow: hidden;
  padding-bottom: 65px;
}
@media screen and (max-width: 991px) {
  .technology {
    padding-bottom: 50px;
  }
}
.technology .common-title {
  padding: 34px 0 48px;
}
@media screen and (max-width: 991px) {
  .technology .common-title {
    padding: 30px 0;
  }
}
.technology .common-title i {
  margin-top: 10px;
}
.technology .technology-list {
  padding-bottom: 25px;
}
.technology .technology-list li {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  margin-bottom: 55px;
}
@media screen and (max-width: 1199px) {
  .technology .technology-list li {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .technology .technology-list li {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .technology .technology-list li {
    position: relative;
  }
}
@media screen and (min-width: 1200px) {
  .technology .technology-list li:hover {
    box-shadow: 0 0 10px rgba(32, 174, 229, 0.41);
  }
  .technology .technology-list li:hover .pic img {
    transform: scale(1.05);
  }
}
.technology .technology-list li .pic {
  float: left;
  display: block;
  width: 34.04255319%;
}
@media screen and (max-width: 1199px) {
  .technology .technology-list li .pic {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .technology .technology-list li .pic {
    width: 100%;
    float: none;
  }
}
.technology .technology-list li .pic .img-box {
  padding-bottom: 60.41666667%;
}
.technology .technology-list li .pic .img-box img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.technology .technology-list li .txt-box {
  position: relative;
  float: right;
  width: 65.95744681%;
  padding: 53px 45px 20px 85px;
  text-align: right;
  min-height: 290px;
}
@media screen and (max-width: 1439px) {
  .technology .technology-list li .txt-box {
    padding: 22px 45px;
    padding-left: 65px;
    min-height: 234px;
  }
}
@media screen and (max-width: 1199px) {
  .technology .technology-list li .txt-box {
    width: 60%;
    min-height: 227px;
  }
}
@media screen and (max-width: 991px) {
  .technology .technology-list li .txt-box {
    padding: 25px 30px;
    padding-left: 45px;
    min-height: 174px;
  }
}
@media screen and (max-width: 767px) {
  .technology .technology-list li .txt-box {
    position: static;
    width: 100%;
    padding: 25px 20px;
    min-height: 0;
  }
}
.technology .technology-list li .txt-box .date {
  position: absolute;
  bottom: 35px;
  width: 160px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #20aee5;
  font-size: 14px;
  color: #fff;
}
@media screen and (max-width: 1439px) {
  .technology .technology-list li .txt-box .date {
    bottom: 25px;
  }
}
@media screen and (max-width: 991px) {
  .technology .technology-list li .txt-box .date {
    font-size: 12px;
    width: 110px;
    height: 30px;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .technology .technology-list li .txt-box .date {
    bottom: 100%;
    transform: translateY(100%);
  }
}
.technology .technology-list li .txt-box .t-name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
}
.technology .technology-list li .txt-box .t-name a {
  font-size: 18px;
  line-height: 1.66666667;
  color: #000000;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
@media screen and (max-width: 991px) {
  .technology .technology-list li .txt-box .t-name a {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .technology .technology-list li .txt-box .t-name a:hover {
    color: #20aee5;
  }
}
.technology .technology-list li .txt-box .txt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-align: left;
  margin-top: 18px;
}
@media screen and (max-width: 1199px) {
  .technology .technology-list li .txt-box .txt {
    margin-top: 10px;
  }
}
@media screen and (max-width: 991px) {
  .technology .technology-list li .txt-box .txt {
    -webkit-line-clamp: 2;
  }
}
.technology .technology-list li .txt-box .txt p {
  font-size: 14px;
  line-height: 2.14285714;
  color: #666666;
}
@media screen and (max-width: 991px) {
  .technology .technology-list li .txt-box .txt p {
    font-size: 13px;
  }
}
.technology .technology-list li .txt-box &gt; a {
  display: inline-block;
  margin-top: 36px;
  font-size: 16px;
  line-height: 1;
  color: #20aee5;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
@media screen and (max-width: 1199px) {
  .technology .technology-list li .txt-box &gt; a {
    margin-top: 20px;
  }
}
@media screen and (max-width: 991px) {
  .technology .technology-list li .txt-box &gt; a {
    font-size: 14px;
    margin-top: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .technology .technology-list li .txt-box &gt; a:hover {
    text-decoration: underline;
  }
}
.technology .technology-list li:nth-child(odd) .txt-box .date {
  left: -43px;
}
@media screen and (max-width: 767px) {
  .technology .technology-list li:nth-child(odd) .txt-box .date {
    left: 0;
  }
}
.technology .technology-list li:nth-child(even) .pic {
  float: right;
}
.technology .technology-list li:nth-child(even) .txt-box {
  float: right;
  padding: 53px 85px 20px 45px;
  text-align: left;
}
@media screen and (max-width: 1439px) {
  .technology .technology-list li:nth-child(even) .txt-box {
    padding: 22px 45px;
    padding-right: 65px;
  }
}
@media screen and (max-width: 1439px) {
  .technology .technology-list li:nth-child(even) .txt-box {
    padding: 25px 30px;
    padding-right: 45px;
  }
}
@media screen and (max-width: 767px) {
  .technology .technology-list li:nth-child(even) .txt-box {
    padding: 25px 20px;
  }
}
.technology .technology-list li:nth-child(even) .txt-box .date {
  right: -43px;
}
@media screen and (max-width: 767px) {
  .technology .technology-list li:nth-child(even) .txt-box .date {
    right: 100%;
    transform: translate(100%, 100%);
  }
}
.technology-details {
  padding: 40px 0 32px;
}
@media screen and (max-width: 767px) {
  .technology-details {
    padding: 30px 0;
  }
}
.technology-details h1 {
  margin: 0 0 30px;
  font-size: 27px;
  line-height: 1.48148148;
  color: #292929;
  font-weight: 700;
  font-family: "寰蒋闆呴粦 Bold";
}
@media screen and (max-width: 1199px) {
  .technology-details h1 {
    font-size: 25px;
  }
}
@media screen and (max-width: 991px) {
  .technology-details h1 {
    font-size: 23px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .technology-details h1 {
    font-size: 20px;
  }
}
.technology-details .info p {
  font-size: 16px;
  line-height: 1.71428571;
}
@media screen and (max-width: 1199px){
  .technology-details .info p {
  font-size: 15px;
}
}
@media screen and (max-width: 767px){
  .technology-details .info p {
  font-size: 14px;
}
}
.technology-details .info p img {
  max-width: 100%;
  height: auto;
}
.new {
  overflow: hidden;
  padding-bottom: 40px;
}
.new .common-title {
  padding: 35px 0;
}
@media screen and (max-width: 767px) {
  .new .common-title {
    padding: 30px 0;
  }
}
.new .common-title i {
  margin-top: 10px;
}
.new .new-list {
  padding-bottom: 15px;
}
.new .new-list li {
  margin-bottom: 30px;
}
@media screen and (min-width: 1200px) {
  .new .new-list li .item .pic:hover img {
    transform: scale(1.05);
  }
}
.new .new-list li .item .pic .img-box {
  padding-bottom: 72%;
}
.new .new-list li .item .pic .img-box img {
  transition: all 0.55s;
  -webkit-transition: all 0.55s;
}
.new .new-list li .item .txt-box {
  position: relative;
  padding: 50px 50px 30px 37px;
  min-height: 258px;
  text-align: right;
  border: 1px solid #e7e7e7;
}
@media screen and (max-width: 1439px) {
  .new .new-list li .item .txt-box {
    padding: 30px 20px 15px;
    min-height: 225px;
  }
}
@media screen and (max-width: 767px) {
  .new .new-list li .item .txt-box {
    min-height: 0;
    padding: 30px 15px 15px;
  }
}
.new .new-list li .item .txt-box i {
  position: absolute;
  top: 0;
  left: 40px;
  transform: translateY(-50%);
  display: block;
  min-width: 120px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-style: normal;
  font-size: 16px;
  color: #fff;
  background-color: #20aee5;
}
@media screen and (max-width: 1199px) {
  .new .new-list li .item .txt-box i {
    height: 35px;
    line-height: 35px;
    left: 20px;
    font-size: 14px;
    min-width: 100px;
  }
}
.new .new-list li .item .txt-box i::before {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(100%);
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #20aee5;
  border-width: 0 0 44px 12px;
}
@media screen and (max-width: 1199px) {
  .new .new-list li .item .txt-box i::before {
    border-width: 0 0 35px 12px;
  }
}
.new .new-list li .item .txt-box .new-name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
}
.new .new-list li .item .txt-box .new-name a {
  font-size: 16px;
  line-height: 1.25;
  color: #292929;
  font-weight: 700;
  font-family: "寰蒋闆呴粦 Bold";
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (min-width: 1200px) {
  .new .new-list li .item .txt-box .new-name a:hover {
    color: #20aee5;
  }
}
.new .new-list li .item .txt-box .date {
  position: relative;
  padding-left: 22px;
  margin: 10px 0 15px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .new .new-list li .item .txt-box .date {
    margin: 5px 0 10px;
  }
}
.new .new-list li .item .txt-box .date::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e633';
  font-size: 14px;
  color: #4bbdea;
}
.new .new-list li .item .txt-box .date span {
  font-size: 14px;
  line-height: 1.42857143;
  color: #4bbdea;
}
.new .new-list li .item .txt-box .txt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-align: left;
}
.new .new-list li .item .txt-box .txt p {
  font-size: 14px;
  line-height: 1.71428571;
  color: #292929;
}
.new .new-list li .item .txt-box &gt; a {
  display: inline-block;
  margin-top: 17px;
  font-size: 16px;
  line-height: 1.25;
  color: #20aee5;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  .new .new-list li .item .txt-box &gt; a {
    font-size: 14px;
    margin-top: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .new .new-list li .item .txt-box &gt; a:hover {
    text-decoration: underline;
  }
}
.new-details {
  padding: 34px 0 30px;
}
@media screen and (max-width: 767px) {
  .new-details {
    padding: 30px 0;
  }
}
.new-details .title {
  padding-bottom: 5px;
  border-bottom: 1px solid #e7e7e7;
}
.new-details .title h1 {
  margin: 0 0 17px;
  font-size: 27px;
  line-height: 1.48148148;
  font-weight: 700;
  color: #292929;
  font-family: "寰蒋闆呴粦 Bold";
}
@media screen and (max-width: 1199px) {
  .new-details .title h1 {
    font-size: 25px;
  }
}
@media screen and (max-width: 991px) {
  .new-details .title h1 {
    font-size: 23px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .new-details .title h1 {
    font-size: 20px;
    margin-bottom: 5px;
  }
}
.new-details .title .date {
  position: relative;
  padding-left: 25px;
  font-size: 14px;
  line-height: 30px;
  color: #8c8c8c;
}
@media screen and (max-width: 767px) {
  .new-details .title .date {
    font-size: 12px;
    padding-left: 20px;
  }
}
.new-details .title .date::before {
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translateY(-50%);
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e633';
  color: #8c8c8c;
}
@media screen and (max-width: 767px) {
  .new-details .title .date::before {
    font-size: 13px;
    top: 51%;
  }
}
.new-details .content {
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .new-details .content {
    padding: 15px 0;
  }
}
.new-details .content p {
  font-size: 14px;
  line-height: 1.71428571;
  color: #6f6f6f;
}
.new-details .content p img {
  max-width: 100%;
  height: auto;
}
.new-details .new-link {
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .new-details .new-link {
    padding-top: 10px;
  }
}
.new-details .new-link p {
  float: left;
  max-width: 48%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 2.14285714;
  color: #595959;
}
@media screen and (max-width: 767px) {
  .new-details .new-link p {
    line-height: 2;
    float: none;
    max-width: 80%;
  }
}
.new-details .new-link p a {
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
@media screen and (min-width: 1200px) {
  .new-details .new-link p a:hover {
    color: #20aee5;
    text-decoration: underline;
  }
}
.new-details .new-link p:nth-child(2) {
  float: right;
}
@media screen and (max-width: 767px) {
  .new-details .new-link p:nth-child(2) {
    float: none;
  }
}
.contact {
  padding-bottom: 110px;
}
@media screen and (max-width: 1199px) {
  .contact {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 991px) {
  .contact {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .contact {
    padding-bottom: 30px;
  }
}
.contact .info {
  overflow: hidden;
  padding: 62px 0 28px;
  border-bottom: 1px solid #eaeaea;
}
@media screen and (max-width: 1199px) {
  .contact .info {
    padding: 45px 0 25px;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 991px) {
  .contact .info {
    flex-wrap: wrap;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .contact .info {
    padding-top: 30px;
  }
}
.contact .info li {
  position: relative;
  float: left;
  width: 21.4893617%;
  padding-top: 40px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (max-width: 1199px) {
  .contact .info li {
    width: auto;
  }
}
@media screen and (max-width: 991px) {
  .contact .info li {
    width: 33.33%;
    text-align: center;
    margin-bottom: 20px;
    padding-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .contact .info li {
    width: 50%;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .contact .info li:hover {
    transform: translateY(-15px);
  }
  .contact .info li:hover::before {
    -webkit-animation: yaobai 0.8s 0s ease both;
    animation: yaobai 0.8s 0s ease both;
  }
}
@-webkit-keyframes yaobai {
  0% {
    transform: rotateZ(0);
  }
  25% {
    transform: rotateZ(15deg);
  }
  50% {
    transform: rotateZ(0);
  }
  75% {
    transform: rotateZ(15deg);
  }
  100% {
    transform: rotateZ(0);
  }
}
@keyframes yaobai {
  0% {
    transform: rotateZ(0);
  }
  25% {
    transform: rotateZ(15deg);
  }
  50% {
    transform: rotateZ(0);
  }
  75% {
    transform: rotateZ(15deg);
  }
  100% {
    transform: rotateZ(0);
  }
}
.contact .info li::before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e64e';
  color: #20aee5;
  font-size: 25px;
}
@media screen and (max-width: 991px) {
  .contact .info li::before {
    left: 50%;
    font-size: 20px;
    transform: translateX(-75%);
  }
}
.contact .info li b {
  display: block;
  padding-bottom: 5px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
  color: #333333;
}
@media screen and (max-width: 991px) {
  .contact .info li b {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .contact .info li b {
    font-size: 16px;
  }
}
.contact .info li p {
  font-size: 14px;
  line-height: 1.71428571;
  color: #999999;
}
@media screen and (max-width: 767px) {
  .contact .info li p {
    font-size: 13px;
  }
}
.contact .info li p a {
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
@media screen and (min-width: 1200px) {
  .contact .info li p a:hover {
    color: #20aee5;
    text-decoration: underline;
  }
}
.contact .info li:last-child {
  width: 13.82978723%;
}
@media screen and (max-width: 1199px) {
  .contact .info li:last-child {
    width: auto;
  }
}
.contact .info li:nth-child(2)::before {
  content: '\e683';
}
.contact .info li:nth-child(3)::before {
  content: '\e648';
}
@media screen and (max-width: 991px) {
  .contact .info li:nth-child(4) {
    width: 50%;
  }
}
.contact .info li:nth-child(4)::before {
  content: '\e647';
  font-size: 20px;
}
@media screen and (max-width: 991px) {
  .contact .info li:nth-child(4)::before {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .contact .info li:nth-child(5) {
    width: 50%;
  }
}
.contact .info li:nth-child(5)::before {
  content: '\e6b5';
}
.contact .content {
  overflow: hidden;
}
.contact .content .title {
  padding: 41px 0 17px;
}
@media screen and (max-width: 1199px) {
  .contact .content .title {
    padding: 35px 0 15px;
  }
}
@media screen and (max-width: 991px) {
  .contact .content .title {
    padding: 30px 0 15px;
  }
}
@media screen and (max-width: 1199px) {
  .contact .content .title {
    padding: 25px 0 15px;
  }
}
.contact .content .title b {
  display: block;
  font-weight: 400;
  font-size: 30px;
  line-height: 1.4;
  color: #333333;
}
@media screen and (max-width: 1199px) {
  .contact .content .title b {
    font-size: 28px;
  }
}
@media screen and (max-width: 991px) {
  .contact .content .title b {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .contact .content .title b {
    font-size: 20px;
  }
}
.contact .content .map .map-content {
  height: 373px;
}
@media screen and (max-width: 1199px) {
  .contact .content .map .map-content {
    height: 300px;
  }
}
@media screen and (max-width: 991px) {
  .contact .content .map .map-content {
    height: 250px;
  }
}
@media screen and (max-width: 767px) {
  .contact .content .map .map-content {
    height: 210px;
  }
}
.contact .content form ul li {
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .contact .content form ul li {
    margin-bottom: 15px;
  }
}
.contact .content form ul li input,
.contact .content form ul li textarea {
  display: block;
  padding: 10px 20px;
  width: 100%;
  border: 1px solid #eeeeee;
  font-size: 14px;
  line-height: 2;
  color: #888888;
}
@media screen and (max-width: 991px) {
  .contact .content form ul li input,
  .contact .content form ul li textarea {
    padding: 5px 15px;
  }
}
.contact .content form ul li input::-webkit-input-placeholder,
.contact .content form ul li textarea::-webkit-input-placeholder {
  color: #888888;
}
.contact .content form ul li input:-o-placeholder,
.contact .content form ul li textarea:-o-placeholder {
  color: #888888;
}
.contact .content form ul li input::-moz-placeholder,
.contact .content form ul li textarea::-moz-placeholder {
  color: #888888;
}
.contact .content form ul li input:-ms-input-placeholder,
.contact .content form ul li textarea:-ms-input-placeholder {
  color: #888888;
}
.contact .content form ul li input:focus::-webkit-input-placeholder,
.contact .content form ul li textarea:focus::-webkit-input-placeholder {
  color: #cecece;
}
.contact .content form ul li input:focus::-o-placeholder,
.contact .content form ul li textarea:focus::-o-placeholder {
  color: #cecece;
}
.contact .content form ul li input:focus::-moz-placeholder,
.contact .content form ul li textarea:focus::-moz-placeholder {
  color: #cecece;
}
.contact .content form ul li input:focus::-ms-input-placeholder,
.contact .content form ul li textarea:focus::-ms-input-placeholder {
  color: #cecece;
}
.contact .content form ul li textarea {
  height: 150px;
}
@media screen and (max-width: 991px) {
  .contact .content form ul li textarea {
    height: 120px;
  }
}
.contact .content form ul li button {
  width: 200px;
  height: 50px;
  background-color: #20aee5;
  font-size: 14px;
  color: #ffffff;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (max-width: 991px) {
  .contact .content form ul li button {
    width: 180px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .contact .content form ul li button {
    width: 150px;
    height: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .contact .content form ul li button:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.35) inset;
  }
}
.contact .content form ul li button::before {
  padding-right: 15px;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e7cc';
  color: #fff;
}
@media screen and (max-width: 767px) {
  .contact .content form ul li button::before {
    padding-right: 10px;
    font-size: 12px;
  }
}
.contact .content form ul li:nth-child(3),
.contact .content form ul li:nth-child(4) {
  margin-bottom: 25px;
}
@media screen and (max-width: 991px) {
  .contact .content form ul li:nth-child(3),
  .contact .content form ul li:nth-child(4) {
    margin-bottom: 15px;
  }
}
.contact .content form ul li:nth-child(5) {
  margin-bottom: 25px;
}
@media screen and (max-width: 991px) {
  .contact .content form ul li:nth-child(5) {
    margin-bottom: 15px;
  }
}
.contact .content form ul li:last-child {
  margin-bottom: 0;
}
.download {
  overflow: hidden;
  padding-bottom: 30px;
}
.download .common-title {
  padding: 35px 0 40px;
}
@media screen and (max-width: 991px) {
  .download .common-title {
    padding: 30px 0;
  }
}
.download .common-title i {
  margin-top: 10px;
}
.download .download-list {
  padding-bottom: 15px;
}
@media screen and (max-width: 991px) {
  .download .download-list {
    padding-bottom: 0;
  }
}
.download .download-list li {
  margin-bottom: 30px;
}
.download .download-list li .item {
  padding: 30px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (max-width: 1439px) {
  .download .download-list li .item {
    padding: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .download .download-list li .item {
    padding: 15px;
  }
}
@media screen and (max-width: 991px) {
  .download .download-list li .item {
    padding: 25px;
  }
}
@media screen and (max-width: 767px) {
  .download .download-list li .item {
    padding: 20px;
  }
}
@media screen and (max-width: 1439px) and (min-width: 992px) {
  .download .download-list li .item .row {
    margin: 0 -5px;
  }
}
@media screen and (max-width: 1439px) and (min-width: 992px) {
  .download .download-list li .item .col-sm-6 {
    padding: 0 5px;
  }
}
@media screen and (min-width: 1200px) {
  .download .download-list li .item:hover {
    box-shadow: 0 0 10px rgba(32, 174, 229, 0.35);
  }
  .download .download-list li .item:hover .pic img {
    transform: scale(1.05);
  }
}
.download .download-list li .item .pic .img-box {
  padding-bottom: 60%;
}
.download .download-list li .item .pic .img-box img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
@media screen and (max-width: 767px) {
  .download .download-list li .item .txt-box {
    padding-top: 20px;
  }
}
.download .download-list li .item .txt-box h6 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin: 0 0 6px;
  font-size: 18px;
  line-height: 1.66666667;
  color: #000000;
  font-weight: 400;
}
@media screen and (max-width: 1439px) {
  .download .download-list li .item .txt-box h6 {
    font-size: 16px;
    margin-bottom: 3px;
  }
}
.download .download-list li .item .txt-box .txt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .download .download-list li .item .txt-box .txt {
    -webkit-line-clamp: 2;
  }
}
@media screen and (max-width: 991px) {
  .download .download-list li .item .txt-box .txt {
    -webkit-line-clamp: 3;
  }
}
@media screen and (max-width: 767px) {
  .download .download-list li .item .txt-box .txt {
    -webkit-line-clamp: 2;
  }
}
.download .download-list li .item .txt-box .txt p {
  font-size: 14px;
  line-height: 2.14285714;
  color: #666666;
}
@media screen and (max-width: 1199px) {
  .download .download-list li .item .txt-box .txt p {
    line-height: 2;
  }
}
.download .download-list li .item .txt-box &gt; a {
  display: inline-block;
  margin-top: 16px;
  font-size: 16px;
  color: #20aee5;
  line-height: 20px;
  font-family: 'SimHei';
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
@media screen and (max-width: 1439px) {
  .download .download-list li .item .txt-box &gt; a {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1199px) {
  .download .download-list li .item .txt-box &gt; a {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .download .download-list li .item .txt-box &gt; a:hover {
    text-decoration-line: underline;
  }
}
.download .download-list li .item .txt-box &gt; a::before {
  padding-right: 5px;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e6bc';
}
.site-map {
  overflow: hidden;
}
.site-map .common-title {
  padding: 40px 0 25px;
}
.site-map .site-list1 &gt; li {
  margin-bottom: 32px;
}
@media screen and (max-width: 1199px) {
  .site-map .site-list1 &gt; li {
    margin-bottom: 20px;
  }
}
.site-map .site-list1 &gt; li &gt; a {
  float: left;
  display: block;
  width: 190px;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  font-family: "寰蒋闆呴粦 Bold";
  text-align: center;
  background-color: #20aee5;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (max-width: 1439px) {
  .site-map .site-list1 &gt; li &gt; a {
    float: none;
  }
}
@media screen and (max-width: 1199px) {
  .site-map .site-list1 &gt; li &gt; a {
    width: 160px;
    height: 45px;
    line-height: 45px;
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .site-map .site-list1 &gt; li &gt; a {
    height: 40px;
    line-height: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .site-map .site-list1 &gt; li &gt; a:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.45) inset;
  }
}
.site-map .site-list1 &gt; li .site-list2 {
  float: right;
  width: calc(100% - 190px);
  padding-left: 1.41843972%;
}
@media screen and (max-width: 1439px) {
  .site-map .site-list1 &gt; li .site-list2 {
    float: none;
    width: 100%;
    padding-top: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .site-map .site-list1 &gt; li .site-list2 {
    padding-top: 10px;
  }
}
.site-map .site-list1 &gt; li .site-list2 &gt; li {
  float: left;
  width: 10.9005059%;
  /*width: 12.9005059%;*/
  margin: 0 0.42158516%;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .site-map .site-list1 &gt; li .site-list2 &gt; li {
    float: none;
    margin: 0;
    width: 100%;
    text-align: left;
  }
}
.site-map .site-list1 &gt; li .site-list2 &gt; li &gt; a {
  display: inline-block;
  font-size: 13px;
  padding: 10.5px 0;
  line-height: 2;
  color: #454545;
  font-weight: 700;
  font-family: "寰蒋闆呴粦 Bold";
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
@media screen and (max-width: 1439px) {
  .site-map .site-list1 &gt; li .site-list2 &gt; li &gt; a {
    font-size: 13px;
    /*font-size: 14px;*/
  }
}
@media screen and (max-width: 1199px) {
  .site-map .site-list1 &gt; li .site-list2 &gt; li &gt; a {
    font-size: 13px;
    padding: 5px 0;
  }
}
@media screen and (min-width: 1200px) {
  .site-map .site-list1 &gt; li .site-list2 &gt; li &gt; a:hover {
    color: #20aee5;
  }
}
@media screen and (max-width: 1199px) {
  .site-map .site-list1 &gt; li .site-list2 &gt; li .site-list3 {
    margin: 0 -15px;
  }
}
.site-map .site-list1 &gt; li .site-list2 &gt; li .site-list3 li {
  margin-bottom: 20px;
}
@media screen and (max-width: 1199px) {
  .site-map .site-list1 &gt; li .site-list2 &gt; li .site-list3 li {
    float: left;
    margin-bottom: 0;
    padding: 0 15px;
  }
}
.site-map .site-list1 &gt; li .site-list2 &gt; li .site-list3 li a {
  display: block;
  width: 100%;
  height: 40px;
  padding: 10px 0;
  line-height: 20px;
  font-size: 12px;
  /*font-size: 14px;*/
  color: #464646;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(16, 93, 163, 0.15);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (max-width: 1199px) {
  .site-map .site-list1 &gt; li .site-list2 &gt; li .site-list3 li a {
    background-color: transparent;
    box-shadow: none;
  }
}
@media screen and (min-width: 1200px) {
  .site-map .site-list1 &gt; li .site-list2 &gt; li .site-list3 li a:hover {
    background-color: #20aee5;
    color: #fff;
  }
}
.site-map .site-list1 &gt; li .site-list2 &gt; li .site-list3 li:last-child {
  margin-bottom: 0;
}

.about .about-honor [class^=about-honor-slick] {
  position: relative;
}
.about .about-honor [class^=about-honor-slick] .slick-list {
  margin: 0 -15px;
}
@media screen and (max-width: 991px) {
  .about .about-honor [class^=about-honor-slick] .slick-list {
    margin: 0 -10px;
  }
}
@media screen and (max-width: 767px) {
  .about .about-honor [class^=about-honor-slick] .slick-list {
    margin: 0 -7.5px;
  }
}
.about .about-honor [class^=about-honor-slick] .slick-list .slick-slide {
  padding: 0 15px;
  height: auto !important;
}
@media screen and (max-width: 991px) {
  .about .about-honor [class^=about-honor-slick] .slick-list .slick-slide {
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .about .about-honor [class^=about-honor-slick] .slick-list .slick-slide {
    padding: 0 7.5px;
  }
}
.about .about-honor [class^=about-honor-slick] .slick-list .item {
  display: block;
}
@media screen and (min-width: 1200px) {
  .about .about-honor [class^=about-honor-slick] .slick-list .item:hover img {
    transform: scale(1.05);
  }
}
.about .about-honor [class^=about-honor-slick] .slick-list .item img {
  /*filter: blur(2.5px);*/
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-honor [class^=about-honor-slick] .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #cccccc;
  z-index: 5;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-size: 0;
  font-weight: bold;
  padding: 0;
}
@media screen and (min-width: 1200px) {
  .about .about-honor [class^=about-honor-slick] .slick-arrow:hover {
    background-color: #20aee5;
  }
}
.about .about-honor [class^=about-honor-slick] .slick-arrow::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e9b5';
  font-size: 20px;
}
.about .about-honor [class^=about-honor-slick] .slick-prev {
  left: -30px;
  transform: translate(-100%, -50%);
}
.about .about-honor [class^=about-honor-slick] .slick-next {
  right: -30px;
  transform: translate(100%, -50%);
}
.about .about-honor [class^=about-honor-slick] .slick-next::before {
  content: '\e72f';
}
.about .about-honor [class^=about-honor-slick] .slick-disabled {
  cursor: not-allowed;
}
.about .about-honor [class^=about-honor-slick] .slick-disabled:hover {
  opacity: 0.2;
}
.about .about-honor [class^=about-honor-slick] .slick-dots {
  padding-top: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .about .about-honor [class^=about-honor-slick] .slick-dots {
    padding-top: 20px;
  }
}
.about .about-honor [class^=about-honor-slick] .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
@media screen and (max-width: 767px) {
  .about .about-honor [class^=about-honor-slick] .slick-dots li {
    margin: 0 3px;
  }
}
.about .about-honor [class^=about-honor-slick] .slick-dots li button {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  font-size: 0;
  opacity: 0.45;
  background-color: #20aee5;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.about .about-honor [class^=about-honor-slick] .slick-dots .slick-active button {
  opacity: 1;
}
.about .about-honor .about-honor-slick1 .item .img-box {
  padding-bottom: 64.44444444%;
}
.about .about-honor .about-honor-slick2 {
  padding: 50px 0;
}
@media screen and (max-width: 991px) {
  .about .about-honor .about-honor-slick2 {
    padding: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .about .about-honor .about-honor-slick2 {
    padding: 25px 0;
  }
}
.about .about-honor .about-honor-slick2 .item .img-box {
  padding-bottom: 133.33333333%;
}
</pre></body></html>